Skip to content

WinFormsCreatesObservableForProperty class

Attributes: [RequiresUnreferencedCode("Uses reflection to find and subscribe to {PropertyName}Changed events on WinForms components.")]

Defined in

Namespace: ReactiveUI.Binding.WinForms Assembly: ReactiveUI.Binding.WinForms.dll Full name: ReactiveUI.Binding.WinForms.WinFormsCreatesObservableForProperty Modifiers: public

Summary

View source

        Creates observables for WinForms component properties by subscribing to
        {PropertyName}Changed events via reflection.
        

Applies to

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

Class hierarchy
classDiagram
class WinFormsCreatesObservableForProperty
class ICreatesObservableForProperty {
    <>
}
ICreatesObservableForProperty <|.. WinFormsCreatesObservableForProperty

Implements: ICreatesObservableForProperty

Constructors

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectReturns a positive integer for types this implementation can observe, or zero/negative for unsupported types. Higher values win.
GetNotificationForPropertyCreates an observable that fires when the specified property changes.
Inherited members