ICPListTemplateDelegate.DidSelectListItem Method

Definition

Developers must override this method to react to the selection of a list item.

[Foundation.Export("listTemplate:didSelectListItem:completionHandler:")]
[Foundation.Preserve(Conditional=true)]
public 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
Attributes

Applies to