SortEventArgs Class
Provides data for the Sort event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class SortEventArgs
Inherits CancelEventArgs
'Usage
Dim instance As SortEventArgs
[ComVisibleAttribute(false)]
public sealed class SortEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class SortEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */
public final class SortEventArgs extends CancelEventArgs
ComVisibleAttribute(false)
public final class SortEventArgs extends CancelEventArgs
Remarks
This is passed to the SortEventHandler delegate when a Sort event occurs.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.SortEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SortEventArgs Members
Microsoft.Reporting.WinForms Namespace