Spread Windows Forms 12.0 Product Documentation
CollectionChanged Event (TableStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableStyleCollection Class : CollectionChanged Event
Occurs when there was a changed in the style collection.
Syntax
'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.

PropertyDescription
Gets the changed type.  
Gets the item name.  
See Also