RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..CommitCellEdit Method (CellLostFocusTypes, Boolean)

Commits the cell edit.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  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].

Return Value

true if XXXX, false otherwise.