ActiveReports.Viewer6 Send comments on this topic.
HyperLinkEventArgs Class Members
See Also  Properties 
ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Viewer Namespace : HyperLinkEventArgs Class


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