All pages
Powered by GitBook
1 of 1

Loading...

ItemMouseHoverEventArgs

Wisej.Web.ItemMouseHoverEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the ItemMouseHover event.

public class ItemMouseHoverEventArgs : EventArgs
Public Class ItemMouseHoverEventArgs
    Inherits EventArgs

Constructors

ItemMouseHoverEventArgs(item)

Initializes a new instance of the class.

Name
Type
Description

Properties

Item

: Returns the item the pointer is currently hovering over.

Used By

Name
Description

item

ListViewItem

The ListViewItem the pointer is currently hovering over.

ItemMouseHoverEventHandler

Represents the method that will handle the ItemMouseHover event of a ListView.

ItemMouseHoverEventArgs
ListViewItem