Enum WindowCloseAction
Enumerates known actions which can be performed when window is closed.
public enum WindowCloseAction
Fields
Dispose = 0Window is disposed.
Hide = 1Window is hidden.
None = 2Nothing is done.
Enumerates known actions which can be performed when window is closed.
public enum WindowCloseAction
Dispose = 0Window is disposed.
Hide = 1Window is hidden.
None = 2Nothing is done.