KVOObservableForProperty class¶
Attributes: [Preserve(AllMembers = true)]
Defined in
Namespace: (global)
Assembly: ReactiveUI.dll
Full name: 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, net9.0-ios18.0, net9.0-macos15.0, net9.0-maccatalyst18.0, net9.0-tvos18.0, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.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][M:ReactiveUI.ICreatesObservableForProperty.GetNotificationForProperty(System.Object,System.Linq.Expressions.Expressi... |
| GetNotificationForProperty | Subscribes to change notifications for the specified propertyName on sender. |