CPListTemplateDelegate.DidSelectListItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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