WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / FlexViewerPane Class / OutlineClicked Event
In This Topic
    OutlineClicked Event
    In This Topic
    Occurs when the user clicked an outline element.
    Syntax
    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