DataEntryGrid..::..CommitCellEdit Method (CellLostFocusTypes, Boolean)
Commits the cell edit.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public bool CommitCellEdit( CellLostFocusTypes cellLostFocusType, bool cancelEdit )
Public Function CommitCellEdit ( _ cellLostFocusType As CellLostFocusTypes, _ cancelEdit As Boolean _ ) As Boolean
public: bool^ CommitCellEdit( CellLostFocusTypes^ cellLostFocusType, bool^ cancelEdit )
Parameters
- cellLostFocusType
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..CellLostFocusTypes
Type of the cell lost focus.
- cancelEdit
- Type: Boolean
if set to true [cancel edit].