Class ReactiveTabbedPage<TViewModel>
- Namespace
- ReactiveUI.Maui
- Assembly
- ReactiveUI.Maui.dll
This is a Tabbed
public class ReactiveTabbedPage<TViewModel> : TabbedPage, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, ISafeAreaView, ITitledElement, IToolbarElement, IViewContainer<Page>, IPageContainer<Page>, IItemsView<Page>, IMultiPageController<Page>, IElementConfiguration<TabbedPage>, ITabbedView, IView, IElement, ITransform, IViewFor<TViewModel>, IViewFor, IActivatableView where TViewModel : class
Type Parameters
TViewModel
The type of the view model.
- Inheritance
-
ReactiveTabbedPage<TViewModel>
- Implements
-
IView
For <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveTabbedPage()
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.