Click or drag to resize

HyperlinkClickedEventArgs Constructor

Creates a new instance of the HyperlinkClickedEventArgs class with the specified URL.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HyperlinkClickedEventArgs(
	string href
)

Parameters

href
Type: SystemString
The URL of the hyperlink.
See Also