Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / OnCollectionChanged Method
The System.ComponentModel.CollectionChangeEventArgs instance containing the event data.


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

    Parameters

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