'Declaration
Public Event ValueChanged As CustomDropCellType.ValueChangedEventHandler
'Usage
Dim instance As CustomDropCellType Dim handler As CustomDropCellType.ValueChangedEventHandler AddHandler instance.ValueChanged, handler
public event CustomDropCellType.ValueChangedEventHandler ValueChanged
Event Data
The event handler receives an argument of type ComponentChangedEventArgs containing data related to this event. The following ComponentChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Component | |
Member | |
NewValue | |
OldValue |
See Also