DataGridSortingEventArgs(DataGridColumn) Constructor

Definition

Initializes a new instance of the DataGridSortingEventArgs class.

public:
 DataGridSortingEventArgs(System::Windows::Controls::DataGridColumn ^ column);
public DataGridSortingEventArgs (System.Windows.Controls.DataGridColumn column);
new System.Windows.Controls.DataGridSortingEventArgs : System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridSortingEventArgs
Public Sub New (column As DataGridColumn)

Parameters

column
DataGridColumn

The column that is being sorted.

Applies to