ItemMouseHoverEventArgs
Wisej.Web.ItemMouseHoverEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the ItemMouseHover event.
public class ItemMouseHoverEventArgs : EventArgs
Constructors
ItemMouseHoverEventArgs(item)

Initializes a new instance of the ItemMouseHoverEventArgs class.
Name
Type
Description
Properties
Item

ListViewItem: Returns the item the pointer is currently hovering over.
Used By
Name
Description
Represents the method that will handle the ItemMouseHover event of a ListView.
Last updated
Was this helpful?