ComponentOne FlexReport for WinForms
UserAction Event (C1FlexViewer)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewer Class : UserAction Event
Allows to provide non-standard action handling, or cancel the action.
Syntax
'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.

PropertyDescription
Gets the FlexViewerAction value related to the event.  
(Inherited from System.ComponentModel.CancelEventArgs)
See Also