RxShell class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.MAUI
Assembly: ReactiveMarbles.ViewModel.MAUI.dll
Full name: ReactiveMarbles.ViewModel.MAUI.RxShell<T>
Modifiers: public
Summary¶
ReactiveShell.
Applies to
net8.0-android34.0, net8.0-ios17.2, net8.0-windows10.0.19041, net8.0-maccatalyst17.2
Class hierarchy
classDiagram
class RxShell~T~
class Shell
Shell <|-- RxShell~T~
class IAmViewFor~TViewModel~ {
<>
}
IAmViewFor~TViewModel~ <|.. RxShell~T~
class IAmViewFor {
<>
}
IAmViewFor <|.. RxShell~T~
Inherits from: Shell
Implements: IAmViewFor
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. |