バージョン

EditorButtonClick イベント (EditorButtonControlBase)

エディターボタンがクリックされたときに呼び出されます。
シンタックス
'宣言
 
Public Event EditorButtonClick As EditorButtonEventHandler
public event EditorButtonEventHandler EditorButtonClick
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、EditorButtonEventArgs 型の引数を受け取りました。次の EditorButtonEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Button イベントに関連付けられた EditorButtonBase を返します。
Context ボタンが使用される場所についての情報を提供するオブジェクトを返します。
参照