Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / OnCollectionChanged Method
A CollectionChangedEventArgs that contains the event data.


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