ReactiveTabbedPage class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveTabbedPage<T>
Modifiers: public
Summary¶
This is a TabbedPage that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveTabbedPage~T~
class TabbedPage
TabbedPage <|-- ReactiveTabbedPage~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveTabbedPage~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveTabbedPage~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveTabbedPage~T~
Inherits from: TabbedPage
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the Page changes. Override this method to add class handling for this event. |
Inherited members
See also¶
Xamarin.Forms.TabbedPage- ReactiveUI.IViewFor`1