SortEventArgs Members
Provides data for the Sort event.
The following tables list the members exposed by the SortEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
SortEventArgs | Constructs a new SortEventArgs object. |
Top
Public Properties
Name | Description | |
---|---|---|
Cancel | (Inherited from CancelEventArgs.) | |
ClearSort | Indicates whether all other existing sorts should be cleared. | |
SortDirection | Gets an enumeration value indicating the direction of the sort. | |
SortId | Gets the unique identifier of the sort action. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top