| C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog Class : UserAction Event |
'Declaration Public Event UserAction As System.EventHandler(Of UserFlexViewerActionEventArgs)
public event System.EventHandler<UserFlexViewerActionEventArgs> UserAction
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) |