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