Hyperlink.Click Event

Definition

Occurs when the left mouse button is clicked on a Hyperlink.

public:
 event System::Windows::RoutedEventHandler ^ Click;
public event System.Windows.RoutedEventHandler Click;
member this.Click : System.Windows.RoutedEventHandler 
Public Custom Event Click As RoutedEventHandler 

Event Type

Remarks

Routed Event Information

Identifier field ClickEvent
Routing strategy Bubbling
Delegate RoutedEventHandler

Applies to

See also