GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDisplayFieldCollectionInfo Class / CollectionChanged Event


CollectionChanged Event (DateTimeDisplayFieldCollectionInfo)
A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of the CollectionChanged event.
Syntax
'Declaration
 
Public Event CollectionChanged As CollectionChangeEventHandler
 
'Usage
 
Dim instance As DateTimeDisplayFieldCollectionInfo
Dim handler As CollectionChangeEventHandler
 
AddHandler instance.CollectionChanged, handler
Event Data

The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.

PropertyDescription
 
 
See Also