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


In This Topic
OnCollectionChanged Method (TimeSpanDisplayFieldCollectionInfo)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal e As CollectionChangeEventArgs _
) 
 
'Usage
 
Dim instance As TimeSpanDisplayFieldCollectionInfo
Dim e As CollectionChangeEventArgs
 
instance.OnCollectionChanged(e)

Parameters

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