バージョン

EditorButtonAdded イベント

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

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

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