DataGridSortingEventArgs Class

Definition

Provides data for the Sorting event.

public ref class DataGridSortingEventArgs : System::Windows::Controls::DataGridColumnEventArgs
public class DataGridSortingEventArgs : System.Windows.Controls.DataGridColumnEventArgs
type DataGridSortingEventArgs = class
    inherit DataGridColumnEventArgs
Public Class DataGridSortingEventArgs
Inherits DataGridColumnEventArgs
Inheritance
DataGridSortingEventArgs

Constructors

DataGridSortingEventArgs(DataGridColumn)

Initializes a new instance of the DataGridSortingEventArgs class.

Properties

Column

Gets the column related to the event.

(Inherited from DataGridColumnEventArgs)
Handled

Gets or sets a value that specifies whether the routed event is handled.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to