[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventHandler

HyperLinkEventHandler Delegate

Represents the method that will handle the HyperLink click event.

Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public delegate void HyperLinkEventHandler(object sender, HyperLinkEventArgs e)
Parameters
Type Name Description
object sender

A HyperLinkEventArgs that contains the event data.

HyperLinkEventArgs e

The source of the event.

Constructors

Name Description
HyperLinkEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, HyperLinkEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HyperLinkEventArgs)