Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / OnCollectionChanged Method
The System.ComponentModel.CollectionChangeEventArgs instance that contains the event data.


In This Topic
    OnCollectionChanged Method (SideButtonCollection)
    In This Topic
    Raises the CollectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As CollectionChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SideButtonCollection
    Dim e As CollectionChangeEventArgs
     
    instance.OnCollectionChanged(e)
    protected virtual void OnCollectionChanged( 
       CollectionChangeEventArgs e
    )

    Parameters

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