ItemClickEventArgs

Wisej.Web.ItemClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemClick event.

public class ItemClickEventArgs : MouseEventArgs

Constructors

Initializes a new instance of the ItemClickEventArgs class.

NameTypeDescription

item

button

clicks

The number of times a mouse button was pressed.

Properties

ListViewItem: Returns the item that was clicked or tapped.

Used By

NameDescription

Last updated