DataGridHyperlinkColumn.CommitCellEdit(FrameworkElement) Método
Definición
Realiza todas las operaciones de validación necesarias antes de salir del modo de edición.Performs any required validation before exiting edit mode.
protected:
override bool CommitCellEdit(System::Windows::FrameworkElement ^ editingElement);
protected override bool CommitCellEdit (System.Windows.FrameworkElement editingElement);
override this.CommitCellEdit : System.Windows.FrameworkElement -> bool
Protected Overrides Function CommitCellEdit (editingElement As FrameworkElement) As Boolean
Parámetros
- editingElement
- FrameworkElement
Elemento que la columna muestra para una celda en modo de edición.The element that the column displays for a cell in editing mode.
Devoluciones
Es false
si se produce un error de validación; de lo contrario, es true
.false
if validation fails; otherwise, true
.