Hyperlink::Click Event

 

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

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event RoutedEventHandler^ Click {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}

Identifier field

ClickEvent

Routing strategy

Bubbling

Delegate

RoutedEventHandler

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: