Skip to content

WinformsCreatesObservableForProperty class

Defined in

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

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][M:ReactiveUI.ICreatesObservableForProperty.GetNotificationForProperty(System.Object,System.Linq.Expressions.Expressi...
GetNotificationForPropertySubscribes to change notifications for the specified propertyName on sender.
Inherited members

See also