Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public HyperLinkEventArgs(
string
)
Parameters
- hyperLink
- The hyperlink target.
See Also