Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 931 Bytes

listviewbase_itemclick.md

File metadata and controls

29 lines (19 loc) · 931 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.ListViewBase.ItemClick
winrt event

Windows.UI.Xaml.Controls.ListViewBase.ItemClick

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

-examples

-see-also

IsItemClickEnabled, How to change the interaction mode