'Declaration Public Event ItemRemoved As ItemEventHandler
'Usage Dim instance As ExcelSparklineGroup Dim handler As ItemEventHandler AddHandler instance.ItemRemoved, handler
public event ItemEventHandler ItemRemoved
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.
Property | Description |
---|---|
Item | Gets the item. |
See Also