RoutedControlHost class¶
Attributes: [DefaultProperty("ViewModel")]
Defined in
Namespace: ReactiveUI.Winforms
Assembly: ReactiveUI.Winforms.dll
Full name: ReactiveUI.Winforms.RoutedControlHost
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RoutedControlHost](# class. |
Properties¶
| Name | Summary |
|---|---|
| DefaultContent | Gets or sets the default content. |
| Router | Gets or sets the [RoutingState](# of the view model stack. |
| ViewContractObservable | Gets or sets the view contract observable. |
| ViewLocator | Gets or sets the view locator. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | Clean up any resources being used. |
Events¶
| Name | Summary |
|---|---|
| PropertyChanging | |
| PropertyChanged |