[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs

HyperLinkEventArgs Class

Represents data for the Hyperlink event.

Inheritance
HyperLinkEventArgs
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public sealed class HyperLinkEventArgs : EventArgs
Remarks

The HyperLinkEventArgs class is used with the HyperLinkEventHandler delegate to represent the arguments passed to an event handler when a hyperlink is clicked in an ActiveReports Viewer control.

Constructors

Name Description
HyperLinkEventArgs(MouseButtons, string)

Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.

Properties

Name Description
Button

Gets the mouse button that the user clicked to raise the event.

CreateNewTab

Gets or sets a value indicating whether a new browser tab or window should be initialized to open the target of the hyperlink.

Handled

Gets or sets a value indicating whether the HyperLink event is handled.

Gets or sets a value that indicates the target of the hyperlink.