Skip to content

ReactiveUserControlNonGeneric class

Attributes: [DebuggerDisplay("ReactiveUserControlNonGeneric")]

Defined in

Namespace: ReactiveUI.Reactive.Winforms Assembly: ReactiveUI.Winforms.Reactive.dll Full name: ReactiveUI.Reactive.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, net471

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