EditingFinishedType Enumeration

After editing is finished save or discard.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public enum EditingFinishedType

Members

Save0 Indicates the need of save the changed data.
Discard1 Idicates that, the change can be discarded.

See Also