Hyperlink::RequestNavigate Event

 

Occurs when navigation events are requested.

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

public:
event RequestNavigateEventHandler^ RequestNavigate {
	void add(RequestNavigateEventHandler^ value);
	void remove(RequestNavigateEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: