Share via


ListViewBase.ItemClick Event

Definition

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

public event ItemClickEventHandler ItemClick;
<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

See also