WinformsCreatesObservableForProperty class¶
Defined in
Namespace: ReactiveUI.Reactive.Winforms
Assembly: ReactiveUI.Winforms.Reactive.dll
Full name: ReactiveUI.Reactive.Winforms.WinformsCreatesObservableForProperty
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForObject | Returns a positive integer when this instance supports GetNotificationForProperty for the specified type and propertyName, assuming after-change notifications. |
| GetNotificationForProperty | Subscribes to after-change notifications for the specified propertyName on sender. |