WinFormsBindingModule class¶
Defined in
Namespace: ReactiveUI.Binding.WinForms
Assembly: ReactiveUI.Binding.WinForms.dll
Full name: ReactiveUI.Binding.WinForms.WinFormsBindingModule
Modifiers: public sealed
Summary¶
WinForms-specific module that registers event-based property observation with the dependency resolver.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class WinFormsBindingModule
class IModule {
<>
}
IModule <|.. WinFormsBindingModule
Implements: IModule
Remarks¶
WinForms command binding (event+Enabled) is handled at compile time by the source generator.
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Configure | Configures the specified dependency resolver with required services and components. |