Skip to main content
Version: 3.5

ItemMouseHoverEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemMouseHover event.

public class ItemMouseHoverEventArgs : EventArgs

Constructors

Instance memberItemMouseHoverEventArgs(item)

Initializes a new instance of the ItemMouseHoverEventArgs class.

NameTypeDescription
itemListViewItemThe ListViewItem the pointer is currently hovering over.

Properties

Instance memberItem

ListViewItem: Returns the item the pointer is currently hovering over.

Used By

NameDescription
ItemMouseHoverEventHandlerRepresents the method that will handle the ItemMouseHover event of a ListView.