ActiveReports 10
HyperLink Event (Viewer)

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : HyperLink Event
HyperLink Event allows you to capture Hyperlink click in Silverlight Viewer. HyperLinkEventArgs event intializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Handled and HyperLink properties.
Syntax
'Declaration
 
Public Event HyperLink As HyperLinkEventHandler
public event HyperLinkEventHandler HyperLink
Event Data

The event handler receives an argument of type HyperLinkEventArgs containing data related to this event. The following HyperLinkEventArgs properties provide information specific to this event.

PropertyDescription
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.  
Gets or sets the target URL of the hyperlink that was clicked.  
See Also