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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > InputAction クラス > InputAction コンストラクタ : InputAction コンストラクタ(UserActionEnum,ActionHandlerBase)
入力コントロールに対するユーザー操作。
ユーザーが入力コントロールを操作したときに実行される処理。
InputAction クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
入力コントロールに対するユーザー操作。
actionHandler
ユーザーが入力コントロールを操作したときに実行される処理。
参照

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