Sdílet prostřednictvím


DataGridCellEditEndingEventArgs Konstruktor

Definice

Inicializuje novou instanci DataGridCellEditEndingEventArgs třídy .

public:
 DataGridCellEditEndingEventArgs(System::Windows::Controls::DataGridColumn ^ column, System::Windows::Controls::DataGridRow ^ row, System::Windows::FrameworkElement ^ editingElement, System::Windows::Controls::DataGridEditAction editAction);
public DataGridCellEditEndingEventArgs (System.Windows.Controls.DataGridColumn column, System.Windows.Controls.DataGridRow row, System.Windows.FrameworkElement editingElement, System.Windows.Controls.DataGridEditAction editAction);
new System.Windows.Controls.DataGridCellEditEndingEventArgs : System.Windows.Controls.DataGridColumn * System.Windows.Controls.DataGridRow * System.Windows.FrameworkElement * System.Windows.Controls.DataGridEditAction -> System.Windows.Controls.DataGridCellEditEndingEventArgs
Public Sub New (column As DataGridColumn, row As DataGridRow, editingElement As FrameworkElement, editAction As DataGridEditAction)

Parametry

column
DataGridColumn

Sloupec obsahující buňku, pro kterou došlo k události.

row
DataGridRow

Řádek obsahující buňku, pro kterou došlo k události.

editingElement
FrameworkElement

Prvek, který buňka zobrazí v režimu úprav.

editAction
DataGridEditAction

Hodnota, která označuje, zda byla úprava zrušena nebo potvrzena.

Platí pro

Viz také