Class RoutedControlHost
- Namespace
- ReactiveUI.Winforms
- Assembly
- ReactiveUI.Winforms.dll
A control host which will handling routing between different ViewModels and Views.
public class RoutedControlHost : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger
- Inheritance
-
Routed
Control Host
- Implements
- Inherited Members
- Extension Methods
Constructors
RoutedControlHost()
Initializes a new instance of the Routed
Properties
DefaultContent
Gets or sets the default content.
Property Value
- Control
The default content.
Router
Gets or sets the Routing
Property Value
ViewContractObservable
Gets or sets the view contract observable.
Property Value
ViewLocator
Gets or sets the view locator.
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.