FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / UserAction Event

In This Topic
    UserAction Event (C1FlexViewerDialog)
    In This Topic
    Allows to provide non-standard action handling, or cancel the action.
    Syntax
    'Declaration
     
    Public Event UserAction As EventHandler(Of UserFlexViewerActionEventArgs)
    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