ComponentOne FlexReport for UWP
OutlineClicked Event

C1.UWP.FlexViewer Assembly > C1.Xaml.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