-api-id | -api-type |
---|---|
E:Windows.UI.Xaml.Controls.ListViewBase.ItemClick |
winrt event |
Occurs when an item in the list view receives an interaction, and the IsItemClickEnabled property is true.
<listViewBase ItemClick="eventhandler" />
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.