Spread Windows Forms 12.0 Product Documentation
OnCollectionChanged Method (NotifyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NotifyCollection Class : OnCollectionChanged Method
A System.ComponentModel.CollectionChangeEventArgs that contains the event data.
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

Reference

NotifyCollection Class
NotifyCollection Members