'Declaration Public Function New( _ ByVal renderObject As RenderInputBase, _ ByVal userAction As UserActionEnum, _ ByVal inputAction As InputAction _ )
public FormsUserActionEventArgs( RenderInputBase renderObject, UserActionEnum userAction, InputAction inputAction )
Parameters
- renderObject
- The render input object that caused the event.
- userAction
- The user action.
- inputAction
- The input action.