  | HyperlinkClickedEventArgs Constructor  | 
  
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HyperlinkClickedEventArgs(
	string href
)
Public Sub New ( 
	href As String
)
public:
HyperlinkClickedEventArgs(
	String^ href
)
new : 
        href : string -> HyperlinkClickedEventArgsParameters
- href
 - Type: SystemString
The URL of the hyperlink. 
See Also