Class HwndHostControlBindingModel<TView, TViewModel>
A class that contains Viewmodel bindings for the HwndHost control.
public class HwndHostControlBindingModel<TView, TViewModel> : AbstractUnboundHwndHostControlBindingModel<TView, TViewModel, HwndHost>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, HwndHost>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, HwndHost>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, HwndHost>AbstractUnboundHwndHostControlBindingModel<TView, TViewModel, HwndHost>HwndHostControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
HwndHostControlBindingModel(Expression<Func<TView, HwndHost>>)
Initializes a new instance of the HwndHostControlBindingModel<TView, TViewModel> class.
public HwndHostControlBindingModel(Expression<Func<TView, HwndHost>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, HwndHost>>expression representing the control on the view to bind to.