Navigation :
UnloadBehavior
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Providers |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public enum UnloadBehavior : Enum
Base types
Enum
Available unload behaviors.
Fields
CancelAndCloseViewModel
2
Cancels and closes the view model.
CloseViewModel
0
Closes the view model.
SaveAndCloseViewModel
1
Saves and closes the view model.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion