'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.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| LinkTarget | Gets or sets the target for the clicked outline. |
See Also