共用方式為


DataGridSortingEventArgs(DataGridColumn) 建構函式

定義

初始化 DataGridSortingEventArgs 類別的新執行個體。

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)

參數

column
DataGridColumn

正在排序的資料行。

適用於