'Declaration Public Event CurrentChanging As CurrentChangingEventHandler
public event CurrentChangingEventHandler CurrentChanging
Event Data
The event handler receives an argument of type CurrentChangingEventArgs containing data related to this event. The following CurrentChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether to cancel the event. |
IsCancelable | Gets a value that indicates whether the event is cancelable. |
See Also