| Visual Basic (Declaration) | |
|---|---|
Public Event ListMouseOver As DbiListControl.EventListMouseOverEventHandler | |
| C# | |
|---|---|
public event DbiListControl.EventListMouseOverEventHandler ListMouseOver | |
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.
| Property | Description |
|---|---|
| ColumnIndex | The zero-based index of the dbiColumnItem being moused over. |
| NodeItem | The dbiNodeItem which the mouse is over |