PrintDocument for WinForms
InputAction コンストラクタ(UserActionEnum,ActionHandlerBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > InputAction クラス > InputAction コンストラクタ : InputAction コンストラクタ(UserActionEnum,ActionHandlerBase)
A value to assign to the InputAction.UserAction property.
A value to assign to the InputAction.ActionHandler property.
Initializes a new instance of the InputAction class, assigning the InputAction.UserAction and InputAction.ActionHandler properties.
シンタックス
'宣言
 
Public Function New( _
   ByVal userAction As UserActionEnum, _
   ByVal actionHandler As ActionHandlerBase _
)
'使用法
 
Dim userAction As UserActionEnum
Dim actionHandler As ActionHandlerBase
 
Dim instance As New InputAction(userAction, actionHandler)
public InputAction( 
   UserActionEnum userAction,
   ActionHandlerBase actionHandler
)

パラメータ

userAction
A value to assign to the InputAction.UserAction property.
actionHandler
A value to assign to the InputAction.ActionHandler property.
参照

InputAction クラス
InputAction メンバ
オーバーロード一覧