Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / DocumentActionEventArgs Class / DocumentActionEventArgs Constructor
The action handler.

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

    Parameters

    actionHandler
    The action handler.
    See Also