DataGridColumn.CommitCellEdit(FrameworkElement) Método

Definición

Realiza todas las operaciones de validación necesarias antes de salir del modo de edición de celda.

protected:
 virtual bool CommitCellEdit(System::Windows::FrameworkElement ^ editingElement);
protected virtual bool CommitCellEdit (System.Windows.FrameworkElement editingElement);
abstract member CommitCellEdit : System.Windows.FrameworkElement -> bool
override this.CommitCellEdit : System.Windows.FrameworkElement -> bool
Protected Overridable Function CommitCellEdit (editingElement As FrameworkElement) As Boolean

Parámetros

editingElement
FrameworkElement

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

Devoluciones

true si no se encuentra ningún error de validación; de lo contrario, false.

Se aplica a