FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / OutlineClicked Event

In This Topic
    OutlineClicked Event (C1FlexViewerPane)
    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