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


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

    Parameters

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