Share via


DataGridCellEditEndingEventArgs Constructor

Definición

Inicializa una nueva instancia de la clase DataGridCellEditEndingEventArgs.

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)

Parámetros

column
DataGridColumn

Columna que contiene la celda para la que se produjo el evento.

row
DataGridRow

Fila que contiene la celda para la que se produjo el evento.

editingElement
FrameworkElement

Elemento que la celda muestra en modo de edición.

editAction
DataGridEditAction

Valor que indica si la edición se ha cancelado o confirmado.

Se aplica a

Consulte también