| C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog Class : OutlineClicked Event |
'Declaration Public Event OutlineClicked As System.EventHandler(Of OutlineClickedEventArgs)
public event System.EventHandler<OutlineClickedEventArgs> OutlineClicked
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.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| LinkTarget | Gets or sets the target for the clicked outline. |