FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.8 Assembly / C1.Win.FlexViewer Namespace / UserFlexViewerActionEventArgs Class / UserFlexViewerActionEventArgs Constructor
The FlexViewerAction value related to the event.

In This Topic
    UserFlexViewerActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the UserFlexViewerActionEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As FlexViewerAction _
    )
    public UserFlexViewerActionEventArgs( 
       FlexViewerAction action
    )

    Parameters

    action
    The FlexViewerAction value related to the event.
    See Also