Spread Windows Forms 12.0 Product Documentation
OnCollectionChanged Method (SubStyleCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyleCollection Class : OnCollectionChanged Method
A CollectionChangedEventArgs that contains the event data.
Raises CollectionChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal e As CollectionChangeEventArgs _
) 
'Usage
 
Dim instance As SubStyleCollection
Dim e As CollectionChangeEventArgs
 
instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( 
   CollectionChangeEventArgs e
)

Parameters

e
A CollectionChangedEventArgs that contains the event data.
See Also

Reference

SubStyleCollection Class
SubStyleCollection Members