GrapeCity.Win.Editors.v120 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcShortcut クラス : ActionExecuting イベント |
Public Event ActionExecuting As EventHandler(Of ActionExecutingEventArgs)
public event EventHandler<ActionExecutingEventArgs> ActionExecuting
イベント ハンドラが、このイベントに関連するデータを含む、ActionExecutingEventArgs 型の引数を受け取りました。次の ActionExecutingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ActionName | 実行するアクションの名前を取得します。 |
CanExecute | このショートカットアクションが実行できるかどうかを示す値を取得または設定します。 |
ShortcutKey | 実行するショートカットアクションのショートカットキーを取得します。 |
Target | ショートカットアクションを実行するターゲットを取得します。 |