Windows.UI.Xaml.Controls.ListViewBase.ItemClick
June 22, 2022 ยท View on GitHub
-description
Occurs when an item in the list view receives an interaction, and the IsItemClickEnabled property is true.
-xaml-syntax
<listViewBase ItemClick="eventhandler" />
-remarks
If the list view is one of the views in a SemanticZoom, selection entails additional behavior that might change between the views. This behavior is built in to the ListViewBase class, not the SemanticZoom class.