Occurs when an item in the list view receives an interaction, and the IsItemClickEnabled property is true.
Syntax
public: event ItemClickEventHandler^ ItemClick { Windows::Foundation::EventRegistrationToken add(ItemClickEventHandler^ value); void remove(Windows::Foundation::EventRegistrationToken token); }
<listViewBase ItemClick="eventhandler" />
Event information
| Delegate | ItemClickEventHandler |
|---|
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 theSemanticZoom class.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013