Skip to content

AppKitObservableForProperty class

Attributes: [Preserve]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.AppKitObservableForProperty Modifiers: public

Summary

View source

        AppKitObservableForProperty is an object that knows how to
        create notifications for a given type of object. Implement this if you
        are porting RxUI to a new UI toolkit, or generally want to enable WhenAny
        for another type of object that can be observed in a unique way.
        

Applies to

net10.0-macos26.0

Class hierarchy
classDiagram
class AppKitObservableForProperty
class ObservableForPropertyBase
ObservableForPropertyBase <|-- AppKitObservableForProperty

Inherits from: ObservableForPropertyBase

Constructors

NameSummary
.ctorInitializes a new instance of the [AppKitObservableForProperty](# class.

Properties

NameSummary
static InstanceGets the App Kit ObservableForProperty instance.
Inherited members