ItemMouseHoverEventArgs
Wisej.Web.ItemMouseHoverEventArgs
Last updated
Wisej.Web.ItemMouseHoverEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemMouseHover event.
Initializes a new instance of the ItemMouseHoverEventArgs class.
Name | Type | Description |
---|---|---|
item | The ListViewItem the pointer is currently hovering over. |
ListViewItem: Returns the item the pointer is currently hovering over.
Name | Description |
---|---|
Represents the method that will handle the ItemMouseHover event of a ListView. |