Nevron.UI.WinForm.Controls Namespace / NListView Class / ItemMouseHover Event


ItemMouseHover Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatAction")>
<SRDescriptionAttribute("ListViewItemMouseHoverDescr")>
Public Event ItemMouseHover As System.Windows.Forms.ListViewItemMouseHoverEventHandler
 
'Usage
 
Dim instance As NListView
Dim handler As System.Windows.Forms.ListViewItemMouseHoverEventHandler
 
AddHandler instance.ItemMouseHover, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.ListViewItemMouseHoverEventArgs containing data related to this event. The following ListViewItemMouseHoverEventArgs properties provide information specific to this event.

PropertyDescription
Gets the item the mouse pointer is currently hovering over.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also