'Declaration Public Event NavigateToCustomTool As EventHandler(Of CustomToolEventArgs)
public event EventHandler<CustomToolEventArgs> NavigateToCustomTool
Event Data
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. |
See Also