Skip to content

WinformsCreatesObservableForProperty class

Defined in

Namespace: ReactiveUI.Reactive.Winforms Assembly: ReactiveUI.Winforms.Reactive.dll Full name: ReactiveUI.Reactive.Winforms.WinformsCreatesObservableForProperty Modifiers: public

Summary

View source

WinForm view objects are not Generally Observable™, so hard-code some particularly useful types.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471

Class hierarchy
classDiagram
class WinformsCreatesObservableForProperty
class ICreatesObservableForProperty {
    <>
}
ICreatesObservableForProperty <|.. WinformsCreatesObservableForProperty
class IEnableLogger {
    <>
}
IEnableLogger <|.. WinformsCreatesObservableForProperty

Implements: ICreatesObservableForProperty, IEnableLogger

Constructors

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectReturns a positive integer when this instance supports GetNotificationForProperty for the specified type and propertyName, assuming after-change notifications.
GetNotificationForPropertySubscribes to after-change notifications for the specified propertyName on sender.
Inherited members

See also