AutoEditableItemStyleOnEditingFinished Method

Call it from the inherited class, when editing is finished.

Definition

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

Parameters

e  EditingEventArgs
The event args, representing whether the changes shold be saved to data source or discard them.

See Also