Table of Contents

Class NavigationWindowControlBindingModel<TView, TViewModel>

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

A class that contains Viewmodel bindings for the NavigationWindow control.

public class NavigationWindowControlBindingModel<TView, TViewModel> : AbstractUnboundNavigationWindowControlBindingModel<TView, TViewModel, NavigationWindow>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

NavigationWindowControlBindingModel(Expression<Func<TView, NavigationWindow>>)

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

public NavigationWindowControlBindingModel(Expression<Func<TView, NavigationWindow>> viewExpression)

Parameters

viewExpression Expression<Func<TView, NavigationWindow>>

expression representing the control on the view to bind to.