SearchEventHandler Delegate
Visual Studio 2005
Represents the method that will handle a Search event.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
/** @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.