Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / ItemAdded Event


ItemAdded Event (ExcelSparklineGroup)
Occurs when a sparkline is added.
Syntax
'Declaration
 
Public Event ItemAdded As ItemEventHandler
 
'Usage
 
Dim instance As ExcelSparklineGroup
Dim handler As ItemEventHandler
 
AddHandler instance.ItemAdded, handler
Event Data

The event handler receives an argument of type ItemEventArgs containing data related to this event. The following ItemEventArgs properties provide information specific to this event.

PropertyDescription
Gets the item.  
See Also