Navigation :
IViewLoadState
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Views |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public interface IViewLoadState
Interface containing the load state of a view. This interface can be implemented by a view, but also by other helper classes wrapping a view.
Properties
View
Gets the view object.
Events
Loaded
Occurs when the view is loaded.
Unloaded
Occurs when the view is unloaded.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion