Skip to content

RxShell class

Defined in

Namespace: ReactiveMarbles.ViewModel.MAUI Assembly: ReactiveMarbles.ViewModel.MAUI.dll Full name: ReactiveMarbles.ViewModel.MAUI.RxShell<T> Modifiers: public

Summary

View source

        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, IAmViewFor

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedInvoked whenever the binding context of the page changes. Override this method to add class handling for this event.
Inherited members

See also