Skip to content

ContentControlBindingHook class

Defined in

Namespace: ReactiveUI.Winforms Assembly: ReactiveUI.Winforms.dll Full name: ReactiveUI.Winforms.ContentControlBindingHook Modifiers: public

Summary

View source

        AutoDataTemplateBindingHook is a binding hook that checks ItemsControls
        that don't have DataTemplates, and assigns a default DataTemplate that
        loads the View associated with each ViewModel.
        

Applies to

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

Class hierarchy
classDiagram
class ContentControlBindingHook
class IPropertyBindingHook {
    <>
}
IPropertyBindingHook <|.. ContentControlBindingHook

Implements: IPropertyBindingHook

Constructors

NameSummary
.ctor

Methods

NameSummary
ExecuteHookCalled when any binding is set up.
Inherited members