FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / OutlineClicked Event

In This Topic
    OutlineClicked Event
    In This Topic
    Occurs when the user clicked an outline element.
    Syntax
    'Declaration
     
    Public Event OutlineClicked As EventHandler(Of OutlineClickedEventArgs)
    public event EventHandler<OutlineClickedEventArgs> OutlineClicked
    Event Data

    The event handler receives an argument of type OutlineClickedEventArgs containing data related to this event. The following OutlineClickedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets or sets the target for the clicked outline.  
    See Also