Skip to content

ReactiveUserControlNonGeneric class

Defined in

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

Summary

View source

        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 ReactiveUserControlNonGeneric
class UserControl
UserControl <|-- ReactiveUserControlNonGeneric
class IViewFor {
    <>
}
IViewFor <|.. ReactiveUserControlNonGeneric
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveUserControlNonGeneric

Inherits from: UserControl

Implements: IViewFor, IActivatableView

Constructors

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

Methods

NameSummary
DisposeClean up any resources being used.
Inherited members

See also