[]
Initializes a new instance of the FormsUserActionEventArgs class.
public FormsUserActionEventArgs(RenderInputBase renderObject, UserActionEnum userAction, InputAction inputAction)
Public Sub New(renderObject As RenderInputBase, userAction As UserActionEnum, inputAction As InputAction)
| Type | Name | Description |
|---|---|---|
| RenderInputBase | renderObject | The render input object that caused the event. |
| UserActionEnum | userAction | The user action. |
| InputAction | inputAction | The input action. |