CPListTemplateDelegate.DidSelectListItem Method

Definition

The system calls this method after the user selected an item in the list.

[Foundation.Export("listTemplate:didSelectListItem:completionHandler:")]
public abstract void DidSelectListItem (CarPlay.CPListTemplate listTemplate, CarPlay.CPListItem item, Action completionHandler);
abstract member DidSelectListItem : CarPlay.CPListTemplate * CarPlay.CPListItem * Action -> unit

Parameters

listTemplate
CPListTemplate
item
CPListItem
completionHandler
Action

Implements

Attributes

Applies to