'Declaration
Public Event CollectionChanged As CollectionChangeEventHandler
'Usage
Dim instance As DateTimeDisplayFieldCollection Dim handler As CollectionChangeEventHandler AddHandler instance.CollectionChanged, handler
public event CollectionChangeEventHandler CollectionChanged
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.
Property | Description |
---|---|
Action | |
Element |
See Also