ItemClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemClick event.
- C#
- VB.NET
public class ItemClickEventArgs : MouseEventArgs
Public Class ItemClickEventArgs
Inherits MouseEventArgs
Constructors
ItemClickEventArgs(item, button, clicks)
Initializes a new instance of the ItemClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| item | ListViewItem | The ListViewItem the mouse pointer is currently hovering over. |
| button | MouseButtons | One of the MouseButtons values that indicate which mouse button was pressed. |
| clicks | Int32 | The number of times a mouse button was pressed. |
Properties
Item
ListViewItem: Returns the item that was clicked or tapped.
Used By
| Name | Description |
|---|---|
| ItemClickEventHandler | Represents the method that will handle the ItemClick event of a ListView. |