[]
Represents the types of exit actions that can occur when leaving edit mode in the designer.
public enum ExitType
Name | Description |
---|---|
Cancel | Represents the state which indicates that the changes made during edit mode are discarded. |
Save | Represents the state which indicates that the changes made during edit mode are saved. |