ICPListTemplateDelegate.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.
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