'Declaration Public Event CollectionChanged As TableStyleCollectionChangedEventHandler
'Usage Dim instance As TableStyleCollection Dim handler As TableStyleCollectionChangedEventHandler AddHandler instance.CollectionChanged, handler
public event TableStyleCollectionChangedEventHandler CollectionChanged
Event Data
The event handler receives an argument of type TableStyleCollectionChangedEventArgs containing data related to this event. The following TableStyleCollectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ChangeType | Gets the changed type. |
ItemName | Gets the item name. |
See Also