Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Tools and Features
 SortEventHandler Delegate
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
SortEventHandler Delegate 

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)

Visual Basic (Declaration)
Public Delegate Sub SortEventHandler ( _
	sender As Object, _
	e As SortEventArgs _
)
Visual Basic (Usage)
Dim instance As New SortEventHandler(AddressOf HandlerMethod)
C#
public delegate void SortEventHandler (
	Object sender,
	SortEventArgs e
)
C++
public delegate void SortEventHandler (
	Object^ sender, 
	SortEventArgs^ e
)
J#
/** @delegate */
public delegate void SortEventHandler (
	Object sender, 
	SortEventArgs e
)
JScript
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.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker