Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / FormsUserActionEventArgs Class / FormsUserActionEventArgs Constructor
The render input object that caused the event.
The user action.
The input action.

In This Topic
    FormsUserActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the FormsUserActionEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderObject As RenderInputBase, _
       ByVal userAction As UserActionEnum, _
       ByVal inputAction As InputAction _
    )
    public FormsUserActionEventArgs( 
       RenderInputBase renderObject,
       UserActionEnum userAction,
       InputAction inputAction
    )

    Parameters

    renderObject
    The render input object that caused the event.
    userAction
    The user action.
    inputAction
    The input action.
    See Also