Expand Minimize
This topic has not yet been rated - Rate this topic

HyperlinkEventHandler Delegate 

Represents the method that will handle a Hyperlink event.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

public delegate void HyperlinkEventHandler (
	Object sender,
	HyperlinkEventArgs e
)
/** @delegate */
public delegate void HyperlinkEventHandler (
	Object sender, 
	HyperlinkEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender

The object that raised the event.

e

A HyperlinkEventArgs object that contains the arguments for this event.

For more information about handling events, see Consuming Events.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.