SortChangedEventArgs Class

Represents arguments for DataGrid's SortChanged handler. DataGrid will try to run this handler whenever the user tries to sort a column by clicking on its header.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class SortChangedEventArgs : EventArgs
Inheritance
Object    EventArgs    SortChangedEventArgs

Constructors

SortChangedEventArgs Constructs a new SortChangedEventArgs object.

Properties

Handled This property is used to inform DataGrid whether sorting has been handled by the provided handler method.
SortingParameters A list of sorting parameters which specify which columns should be sorted and in which direction.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also