ItemMouseHoverEventHandler
Wisej.Web.ItemMouseHoverEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemMouseHover event of a ListView.
public delegate void ItemMouseHoverEventHandler(Object sender, ItemMouseHoverEventArgs e)
Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the pointer hovers over an item.
Fired when the pointer leaves an item.
Last updated
Was this helpful?