BaseTemplatedView<TControl> public abstract class BaseTemplatedView<TControl> : TemplatedView where TControl : View Abstract class that templated views should inherit Documentation Code protected TControl Control { get; } public BaseTemplatedView() Constructor of BaseTemplatedView<T> protected abstract void OnControlInitialized(TControl control)