Table of Contents

Class FrameworkElementControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.System.Windows
Assembly
Whipstaff.Wpf.dll

A class that contains Viewmodel bindings for the FrameworkElement control.

public class FrameworkElementControlBindingModel<TView, TViewModel> : AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, FrameworkElement>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
FrameworkElementControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

FrameworkElementControlBindingModel(Expression<Func<TView, FrameworkElement>>)

Initializes a new instance of the FrameworkElementControlBindingModel<TView, TViewModel> class.

public FrameworkElementControlBindingModel(Expression<Func<TView, FrameworkElement>> viewExpression)

Parameters

viewExpression Expression<Func<TView, FrameworkElement>>

expression representing the control on the view to bind to.