Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / OnCollectionChanged Method
A System.ComponentModel.CollectionChangeEventArgs that contains the event data.


In This Topic
OnCollectionChanged Method (StyleCollection)
In This Topic
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)

Parameters

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