ItemClickEventArgs
Wisej.Web.ItemClickEventArgs
Last updated
Wisej.Web.ItemClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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. |
MouseButtons: Returns which mouse button was pressed.
Int32: Returns the number of clicks or taps.
ListViewItem: Returns the item that was clicked or tapped.
String: Returns the internal role assigned to the element that generated the pointer event: checkbox, button, ...
The value in the Role property is taken from the "role" attribute of the clicked element inside the cell. You can detect clicks on custom HTML content by adding the role attribute to the custom element.
Name | Description |
---|---|