Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the Sort event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.SortEventArgs
Syntax
[ComVisibleAttribute(false)]
public sealed class SortEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class SortEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type SortEventArgs =
class
inherit CancelEventArgs
end
<ComVisibleAttribute(False)>
Public NotInheritable Class SortEventArgs
Inherits CancelEventArgs
Constructors
| Name | Description | |
|---|---|---|
![]() |
SortEventArgs(String, SortOrder, Boolean) | Constructs a SortEventArgs object. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Cancel | (Inherited from CancelEventArgs.) |
![]() |
ClearSort | Indicates whether all other existing sorts should be cleared. |
![]() |
SortDirection | Gets an enumeration value that indicates the direction of the sort. |
![]() |
SortId | Gets the unique identifier of the sort action. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Remarks
This is passed to the SortEventHandler delegate when a Sort event occurs.
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
Microsoft.Reporting.WinForms Namespace
Return to top
.gif)
.jpeg)