Table of Contents

Class AdornedElementPlaceholderControlBindingModel<TView, TViewModel>

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

A class that contains Viewmodel bindings for the AdornedElementPlaceholder control.

public class AdornedElementPlaceholderControlBindingModel<TView, TViewModel> : AbstractUnboundAdornedElementPlaceholderControlBindingModel<TView, TViewModel, AdornedElementPlaceholder>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

AdornedElementPlaceholderControlBindingModel(Expression<Func<TView, AdornedElementPlaceholder>>)

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

public AdornedElementPlaceholderControlBindingModel(Expression<Func<TView, AdornedElementPlaceholder>> viewExpression)

Parameters

viewExpression Expression<Func<TView, AdornedElementPlaceholder>>

expression representing the control on the view to bind to.