'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.