ListViewBase.ItemClick Event

Definition

Occurs when an item in the list view receives an interaction, and the IsItemClickEnabled property is true.

C#
public event ItemClickEventHandler ItemClick;
XAML
<listViewBase ItemClick="eventhandler" />

Event Type

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.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also