Class ReactiveNavigationPage<TViewModel>
- Namespace
- ReactiveUI.Maui
- Assembly
- ReactiveUI.Maui.dll
This is an Navigation
public class ReactiveNavigationPage<TViewModel> : NavigationPage, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, ISafeAreaView, ITitledElement, IPageContainer<Page>, IElementConfiguration<NavigationPage>, IStackNavigationView, IView, IElement, ITransform, IStackNavigation, IToolbarElement, INavigationPageController, IViewFor<TViewModel>, IViewFor, IActivatableView where TViewModel : class
Type Parameters
TViewModel
The type of the view model.
- Inheritance
-
ReactiveNavigationPage<TViewModel>
- Implements
-
IView
For <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveNavigationPage()
Fields
ViewModelProperty
The view model bindable property.
Field Value
Properties
ViewModel
Gets or sets the ViewModel to display.
Property Value
- TView
Model
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the page changes. Override this method to add class handling for this event.
See Also
IViewFor <T>