ComponentOne FlexReport for UWP
NavigateToCustomTool Event

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewer Class : NavigateToCustomTool Event
Occurs when the user clicks the custom tool menu item.
Syntax
'Declaration
 
Public Event NavigateToCustomTool As System.EventHandler(Of CustomToolEventArgs)
public event System.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.

PropertyDescription
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.  
See Also