Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / UserActionEventArgs Class / UserActionEventArgs Constructor
The C1PreviewActionEnum value related to the event.

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

    Parameters

    previewAction
    The C1PreviewActionEnum value related to the event.
    See Also