ActiveReports 8
HyperLinkEventArgs Class Members
See Also  Properties 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : HyperLinkEventArgs Class

Glossary Item Box

The following tables list the members exposed by HyperLinkEventArgs.

Public Constructors

 NameDescription
Public ConstructorHyperLinkEventArgs ConstructorInitializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.  
Top

Public Properties

 NameDescription
Public PropertyButtonGets the mouse button that the user clicked to raise the event.  
Public PropertyCreateNewTabGets or sets a value indicating whether a new tab has been created.  
Public PropertyHandledSets or returns a value indicating whether the HyperLinkEvent is handled.  
Public PropertyHyperLinkGets the hyperlink target.  
Top

See Also