ActiveReports.Viewer3 Request technical support
Handled Property
See Also 


Sets or returns a value indicating whether the HyperLinkEvent is handled.

Syntax

Visual Basic (Declaration) 
Public Property Handled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HyperLinkEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
C# 
public bool Handled {get; set;}

See Also