Wisej.Web.ItemMouseHoverEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ItemMouseHover event.
public class ItemMouseHoverEventArgs : EventArgsPublic Class ItemMouseHoverEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns the item the pointer is currently hovering over.
item
The ListViewItem the pointer is currently hovering over.
Represents the method that will handle the ItemMouseHover event of a ListView.