'宣言 Public Function New( _ ByVal renderObject As RenderInputBase, _ ByVal userAction As UserActionEnum, _ ByVal inputAction As InputAction _ )
'使用法 Dim renderObject As RenderInputBase Dim userAction As UserActionEnum Dim inputAction As InputAction Dim instance As New FormsUserActionEventArgs(renderObject, userAction, inputAction)
public FormsUserActionEventArgs( RenderInputBase renderObject, UserActionEnum userAction, InputAction inputAction )
パラメータ
- renderObject
- The render input object that caused the event.
- userAction
- The user action.
- inputAction
- The input action.