ActiveReports 9
HyperLinkEventHandler Delegate

A HyperLinkEventArgs that contains the event data.
The source of the event.
Represents the method that will handle the HyperLink click event.
Syntax
'Declaration
 
Public Delegate Sub HyperLinkEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As HyperLinkEventArgs _
) 
public delegate void HyperLinkEventHandler( 
   System.object sender,
   HyperLinkEventArgs e
)

Parameters

sender
A HyperLinkEventArgs that contains the event data.
e
The source of the event.
See Also

Reference

HyperLinkEventHandler Members
GrapeCity.ActiveReports Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum