Share via


BaseTemplatedView<TControl> Class

Definition

Abstract class that templated views should inherit

public abstract class BaseTemplatedView<TControl> : Xamarin.Forms.TemplatedView where TControl : Viewnew()

Type Parameters

TControl

The type of the control that this template will be used for

Inheritance
BaseTemplatedView<TControl>
Derived

Constructors

BaseTemplatedView<TControl>()

Constructor of BaseTemplatedView<TControl>

Properties

Control

Methods

OnBindingContextChanged()
OnChildAdded(Element)
OnControlInitialized(TControl)

Applies to