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¶
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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForObject | Returns a positive integer for types this implementation can observe, or zero/negative for unsupported types. Higher values win. |
| GetNotificationForProperty | Creates an observable that fires when the specified property changes. |