| C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewer Class : NavigateToCustomTool Event |
'Declaration Public Event NavigateToCustomTool As System.EventHandler(Of CustomToolEventArgs)
public event System.EventHandler<CustomToolEventArgs> NavigateToCustomTool
The event handler receives an argument of type CustomToolEventArgs containing data related to this event. The following CustomToolEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| 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. |