FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparkline Class / Updated Event


In This Topic
Updated Event (ExcelSparkline)
In This Topic
Occurs when data has been updated.
Syntax
'Declaration
 
Public Event Updated As EventHandler
 
'Usage
 
Dim instance As ExcelSparkline
Dim handler As EventHandler
 
AddHandler instance.Updated, handler
See Also