WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / FlexViewer Class / NavigateToCustomTool Event
In This Topic
    NavigateToCustomTool Event
    In This Topic
    Occurs when the user clicks the custom tool menu item.
    Syntax
    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