ReactiveUserControl class¶
Defined in
Namespace: ReactiveUI.Winforms
Assembly: ReactiveUI.Winforms.dll
Full name: ReactiveUI.Winforms.ReactiveUserControl<T>
Modifiers: public
Summary¶
This is an UserControl that is both and UserControl and has a ReactiveObject powers
(i.e. you can call RaiseAndSetIfChanged).
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class ReactiveUserControl~T~
class UserControl
UserControl <|-- ReactiveUserControl~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveUserControl~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveUserControl~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveUserControl~T~
Inherits from: UserControl
Implements: IViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveUserControl](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | Clean up any resources being used. |