Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputAction Class / InputAction Constructor / InputAction Constructor(UserActionEnum,ActionHandlerBase)
A value to assign to the UserAction property.
A value to assign to the ActionHandler property.

In This Topic
    InputAction Constructor(UserActionEnum,ActionHandlerBase)
    In This Topic
    Initializes a new instance of the InputAction class, assigning the UserAction and ActionHandler properties.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal userAction As UserActionEnum, _
       ByVal actionHandler As ActionHandlerBase _
    )
    public InputAction( 
       UserActionEnum userAction,
       ActionHandlerBase actionHandler
    )

    Parameters

    userAction
    A value to assign to the UserAction property.
    actionHandler
    A value to assign to the ActionHandler property.
    See Also