Share via


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

정렬하고 있는 열입니다.

적용 대상