Initializes a new instance of the InputAction class,
assigning the UserAction and ActionHandler properties.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public InputAction( UserActionEnum userAction, ActionHandlerBase actionHandler ) |
Visual Basic |
---|
Public Sub New ( _ userAction As UserActionEnum, _ actionHandler As ActionHandlerBase _ ) |
Parameters
- userAction
- Type: C1.C1Preview..::..UserActionEnum
A value to assign to the UserAction property.
- actionHandler
- Type: C1.C1Preview..::..ActionHandlerBase
A value to assign to the ActionHandler property.