Skip to main content
Version: 3.5

ItemClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemClick event.

public class ItemClickEventArgs : MouseEventArgs

Constructors

Instance memberItemClickEventArgs(item, button, clicks)

Initializes a new instance of the ItemClickEventArgs class.

NameTypeDescription
itemListViewItemThe ListViewItem the mouse pointer is currently hovering over.
buttonMouseButtonsOne of the MouseButtons values that indicate which mouse button was pressed.
clicksInt32The number of times a mouse button was pressed.

Properties

Instance memberItem

ListViewItem: Returns the item that was clicked or tapped.

Used By

NameDescription
ItemClickEventHandlerRepresents the method that will handle the ItemClick event of a ListView.