GrapeCity.ActiveReports.Viewer.Silverlight.v8 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : HyperLink Event |
'Declaration Public Event HyperLink As HyperLinkEventHandler
public event HyperLinkEventHandler HyperLink
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.
Property | Description |
---|---|
Handled | Sets or returns a value indicating whether the HyperLinkEvent is handled. |
HyperLink | Gets the hyperlink target. |