'宣言 Public Function New( _ ByVal command As C1Command, _ ByVal e As ClickEventArgs _ )
public CommandClickEventArgs( C1Command command, ClickEventArgs e )
パラメータ
- command
- ユーザーによって呼び出されたコマンド。
- e
- イベントデータを含む BeforeSelectWindowEventArgs オブジェクト。
'宣言 Public Function New( _ ByVal command As C1Command, _ ByVal e As ClickEventArgs _ )
public CommandClickEventArgs( C1Command command, ClickEventArgs e )