Spread Windows Forms 12.0 Product Documentation
OnCollectionChanged Method (StyleCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > StyleCollection Class : OnCollectionChanged Method
A System.ComponentModel.CollectionChangeEventArgs that contains the event data.
Called when the StyleCollection object has changed.
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal e As CollectionChangeEventArgs _
) 
'Usage
 
Dim instance As StyleCollection
Dim e As CollectionChangeEventArgs
 
instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( 
   CollectionChangeEventArgs e
)

Parameters

e
A System.ComponentModel.CollectionChangeEventArgs that contains the event data.
See Also

Reference

StyleCollection Class
StyleCollection Members