ListViewBase.ItemClick event

0 out of 2 rated this helpful - Rate this topic

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

Syntax

Public Event ItemClick As ItemClickEventHandler

<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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase
IsItemClickEnabled
How to change the interaction mode

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.