Table of Contents

Class ContentPageControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
Assembly
Whipstaff.Maui.dll

A class that contains Viewmodel bindings for the ContentPage control.

public class ContentPageControlBindingModel<TView, TViewModel> : AbstractUnboundContentPageControlBindingModel<TView, TViewModel, ContentPage>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

ContentPageControlBindingModel(Expression<Func<TView, ContentPage>>)

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

public ContentPageControlBindingModel(Expression<Func<TView, ContentPage>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ContentPage>>

expression representing the control on the view to bind to.