KVOObservableForProperty class¶
Attributes: [Preserve(AllMembers = true)]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.KVOObservableForProperty
Modifiers: public sealed
Summary¶
Provides change notifications for Cocoa NSObject instances using Key-Value Observing (KVO).
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Class hierarchy
classDiagram
class KVOObservableForProperty
class ICreatesObservableForProperty {
<>
}
ICreatesObservableForProperty <|.. KVOObservableForProperty
class IEnableLogger {
<>
}
IEnableLogger <|.. KVOObservableForProperty
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. |