Skip to content

DependencyObjectObservableForProperty class

Attributes: [DebuggerDisplay("DependencyObjectObservableForProperty")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Maui.Reactive.dll Full name: ReactiveUI.Reactive.DependencyObjectObservableForProperty Modifiers: public

Summary

View source

Creates an observable for a property if available that is based on a DependencyProperty.

Applies to

net10.0-windows10.0.19041, net10.0-windows10.0.19041, net9.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471

Class hierarchy
classDiagram
class DependencyObjectObservableForProperty
class ICreatesObservableForProperty {
    <>
}
ICreatesObservableForProperty <|.. DependencyObjectObservableForProperty
class IEnableLogger {
    <>
}
IEnableLogger <|.. DependencyObjectObservableForProperty

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