EditingFinishedType Enumeration
After editing is finished save or discard.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public enum EditingFinishedType
Public Enumeration EditingFinishedType
| Save | 0 |
Indicates the need of save the changed data.
|
| Discard | 1 |
Idicates that, the change can be discarded.
|