'Declaration Public Event UserAction As UserActionEventHandler
public event UserActionEventHandler UserAction
Event Data
The event handler receives an argument of type UserActionEventArgs containing data related to this event. The following UserActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
PreviewAction | Gets the C1PreviewActionEnum value related to the event. |
See Also