Skip to content

WinFormsBindingModule class

Defined in

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

Summary

View source

        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

NameSummary
.ctor

Methods

NameSummary
ConfigureConfigures the specified dependency resolver with required services and components.
Inherited members