Sets or returns a value indicating whether the HyperLinkEvent is handled. If the value for this property is set to true, the hyperlink is not opened. The default value is false.
Syntax
'Declaration
Public Property Handled As Boolean
public bool Handled {get; set;}
See Also