SortEventHandler Delegate
Visual Studio 2005
Represents the method that will handle the Sort event of a ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
/** @delegate */ public delegate void SortEventHandler ( Object sender, SortEventArgs e )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
The object raising the event.
- e
A SortEventArgs object containing information about the event.
For more information about handling events, see Consuming Events.