dbicList Send comments on this topic.
ListMouseOver Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : ListMouseOver Event

Event fired when the mouse moves over a cell.

Syntax

Visual Basic (Declaration) 
Public Event ListMouseOver As DbiListControl.EventListMouseOverEventHandler
C# 
public event DbiListControl.EventListMouseOverEventHandler ListMouseOver

Event Data

The event handler receives an argument of type ListMouseOverEventArgs containing data related to this event. The following ListMouseOverEventArgs properties provide information specific to this event.

PropertyDescription
ColumnIndex The zero-based index of the dbiColumnItem being moused over.
NodeItem The dbiNodeItem which the mouse is over

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also