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


In This Topic
    ItemMouseHover Event
    In This Topic
    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
    [SRCategory("CatAction")]
    [SRDescription("ListViewItemMouseHoverDescr")]
    public event System.Windows.Forms.ListViewItemMouseHoverEventHandler ItemMouseHover
    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