ComponentOne FlexReport for WinForms
OutlineClicked Event (C1FlexViewerPane)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerPane Class : OutlineClicked Event
Occurs when the user clicked an outline element.
Syntax
'Declaration
 
Public Event OutlineClicked As System.EventHandler(Of OutlineClickedEventArgs)
public event System.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