  | HyperlinkClickedEventArgs Constructor  | 
  
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.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