Enum CloseReason
- Namespace
- Lime
- Assembly
- Lime.dll
Defines the reason for the window closing.
public enum CloseReason
Fields
MainWindowClosing = 2
A window is closing because main window is closing.
Unknown = 0
The cause if the closure was not defined or could not be determined.
UserClosing = 1
The user has closed the window from UI.