Share via


CPInterfaceControllerDelegate_Extensions.TemplateWillDisappear Method

Definition

Method that is called when a template is about to disappear.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void TemplateWillDisappear(this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TemplateWillDisappear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit

Parameters

aTemplate
CPTemplate

The template that will disappear.

animated
Boolean

true if the transition is automated. Otherwise, false.

Attributes

Applies to