'宣言 Public Event NavigateToCustomTool As System.EventHandler(Of CustomToolEventArgs)
public event System.EventHandler<CustomToolEventArgs> NavigateToCustomTool
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、CustomToolEventArgs 型の引数を受け取りました。次の CustomToolEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
NavigatedTo | Gets or sets a value indicating if the Frame was successfully navigated to the custom tool panel. |
Tool | Gets a value that identifies the clicked custom tool. |
ToolFrame | Gets the frame used for hosting the tool panels. |
参照