ComponentOne for WinUI 製品ヘルプ
NavigateToCustomTool イベント

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewer クラス : NavigateToCustomTool イベント
Occurs when the user clicks the custom tool menu item.
シンタックス
'宣言
 
Public Event NavigateToCustomTool As System.EventHandler(Of CustomToolEventArgs)
public event System.EventHandler<CustomToolEventArgs> NavigateToCustomTool
イベント データ

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

プロパティ解説
Gets or sets a value indicating if the Frame was successfully navigated to the custom tool panel.  
Gets a value that identifies the clicked custom tool.  
Gets the frame used for hosting the tool panels.  
参照