Table of Contents

Class RefreshViewControlBindingModel<TView, TViewModel>

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

A class that contains Viewmodel bindings for the RefreshView control.

public class RefreshViewControlBindingModel<TView, TViewModel> : AbstractUnboundRefreshViewControlBindingModel<TView, TViewModel, RefreshView>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

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

Constructors

RefreshViewControlBindingModel(Expression<Func<TView, RefreshView>>)

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

public RefreshViewControlBindingModel(Expression<Func<TView, RefreshView>> viewExpression)

Parameters

viewExpression Expression<Func<TView, RefreshView>>

expression representing the control on the view to bind to.