FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / CustomToolEventArgs Class / NavigatedTo Property

In This Topic
    NavigatedTo Property
    In This Topic
    Gets or sets a value indicating if the Frame was successfully navigated to the custom tool panel.
    Syntax
    'Declaration
     
    Public Property NavigatedTo As Boolean
    public bool NavigatedTo {get; set;}
    See Also