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


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

Parameters

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