Skip to content

KVOObservableForProperty class

Attributes: [Preserve(AllMembers = true)]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.KVOObservableForProperty Modifiers: public sealed

Summary

View source

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

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