ReactiveShell class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveShell<T>
Modifiers: public
Summary¶
Reactive Shell.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveShell~T~
class Shell
Shell <|-- ReactiveShell~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveShell~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveShell~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveShell~T~
Inherits from: Shell
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 | Developers may override this method to customize behavior in response to the binding context changing. |
Inherited members
See also¶
Xamarin.Forms.Shell- ReactiveUI.IViewFor`1