AutoEditableItemStyleOnEditingFinished Method
Call it from the inherited class, when editing is finished.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
protected virtual void OnEditingFinished(
EditingEventArgs e
)
Protected Overridable Sub OnEditingFinished (
e As EditingEventArgs
)
Parameters
- e EditingEventArgs
- The event args, representing whether the changes shold be saved to data source or discard them.