ActiveReports 8
HyperLink Event
See Also 
GrapeCity.ActiveReports.Viewer.Silverlight.v8 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : HyperLink Event

Glossary Item Box

Occurs when the user clicks on text or an image that has a hyperlink assigned to it.

Syntax

Visual Basic (Declaration) 
Public Event HyperLink As HyperLinkEventHandler
C# 
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
CreateNewTab Gets or sets a value indicating whether a new tab has been created.
Handled Sets or returns a value indicating whether the HyperLinkEvent is handled.
HyperLink Gets the hyperlink target.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also