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

In This Topic
    InputAction Constructor(UserActionEnum,ActionHandlerBase)
    In This Topic
    Initializes a new instance of the InputAction class, assigning the InputAction.UserAction and InputAction.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 InputAction.UserAction property.
    actionHandler
    A value to assign to the InputAction.ActionHandler property.
    See Also