ActiveReports 9
HyperLink Event (Viewer)

HyperLink Event allows you to capture Hyperlink click in Silverlight Viewer. HyperLinkEventArgs event intializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Handled and HyperLink properties.
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
HandledSets or returns a value indicating whether the HyperLinkEvent is handled. If the value for this property is set to true, the hyperlink is not opened. The default value is false.  
HyperLinkGets or sets the target URL of the hyperlink that was clicked.  
See Also

Reference

Viewer Class
Viewer Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum