DataGridColumnEventArgs(DataGridColumn) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy DataGridColumnEventArgs.
public:
DataGridColumnEventArgs(System::Windows::Controls::DataGridColumn ^ column);
public DataGridColumnEventArgs (System.Windows.Controls.DataGridColumn column);
new System.Windows.Controls.DataGridColumnEventArgs : System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridColumnEventArgs
Public Sub New (column As DataGridColumn)
Parametry
- column
- DataGridColumn
Kolumna powiązana ze zdarzeniem.