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

SearchEventHandler Delegate 

Represents the method that will handle a Search event.

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

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

Parameters

sender

The object that raised the event.

e

A ReportErrorEventArgs object that contains information about the event.

For more information about handling events, see Consuming Events.

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