Spread WinForms 15
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)

Parameters

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