Skip to content

RoutedControlHost class

Attributes: [DefaultProperty("ViewModel")]

Defined in

Namespace: ReactiveUI.Winforms Assembly: ReactiveUI.Winforms.dll Full name: ReactiveUI.Winforms.RoutedControlHost Modifiers: public

Summary

View source

        A control host which will handling routing between different ViewModels and Views.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481

Class hierarchy
classDiagram
class RoutedControlHost
class UserControl
UserControl <|-- RoutedControlHost
class IReactiveObject {
    <>
}
IReactiveObject <|.. RoutedControlHost
class INotifyPropertyChanged {
    <>
}
INotifyPropertyChanged <|.. RoutedControlHost
class INotifyPropertyChanging {
    <>
}
INotifyPropertyChanging <|.. RoutedControlHost
class IEnableLogger {
    <>
}
IEnableLogger <|.. RoutedControlHost

Inherits from: UserControl

Implements: IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger

Constructors

NameSummary
.ctorInitializes a new instance of the [RoutedControlHost](# class.

Properties

NameSummary
DefaultContentGets or sets the default content.
RouterGets or sets the [RoutingState](# of the view model stack.
ViewContractObservableGets or sets the view contract observable.
ViewLocatorGets or sets the view locator.

Methods

NameSummary
DisposeClean up any resources being used.

Events

NameSummary
PropertyChanging
PropertyChanged
Inherited members