ItemClickEventArgs
Wisej.Web.ItemClickEventArgs
Last updated
Wisej.Web.ItemClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the ItemClick event.
Initializes a new instance of the ItemClickEventArgs class.
Name | Type | Description |
---|---|---|
item | The ListViewItem the mouse pointer is currently hovering over. | |
button | One of the MouseButtons values that indicate which mouse button was pressed. | |
clicks | The number of times a mouse button was pressed. |
ListViewItem: Returns the item that was clicked or tapped.
Name | Description |
---|---|