ActiveReports 9
HyperLink Event (Viewer)

Occurs when the user clicks on text or an image that has a hyperlink assigned to it.
Syntax
'Declaration
 
Public Event HyperLink As HyperLinkEventHandler
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
ButtonGets the mouse button that the user clicked to raise the event.  
CreateNewTabGets or sets a value indicating whether a new tab has been created.  
HandledSets or returns a value indicating whether the HyperLinkEvent is handled.  
HyperLinkGets the hyperlink target.  
See Also

Reference

Viewer Class
Viewer Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum