FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewer Class / NavigateToCustomTool Event

In This Topic
    NavigateToCustomTool Event
    In This Topic
    Occurs when the user clicks the custom tool menu item.
    Syntax
    '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.

    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