AutoEditableItemStyleForceEditingFinished Method

Enforce end of editing process from outside of the AutoEditableItemStyle.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual void ForceEditingFinished(
	EditingEventArgs e
)

Parameters

e  EditingEventArgs
The event args, representing whether the changes should be saved to data source or discarded.

See Also