Navigation :
ViewStackPartEventArgs
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Views |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public class ViewStackPartEventArgs : EventArgs
Base types
EventArgs
Event args when a part of a view stack is raises an event.
Constructors
ViewStackPartEventArgs(IView view)
Initializes a new instance of the ViewStackPartEventArgs class.
Parameters
Name |
Description |
view |
The view. |
Properties
View
Gets the view that has been loaded.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion