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

Event fired before a node is selected in the control.

Syntax

Visual Basic (Declaration) 
Public Event BeforeNodeSelect As DbiListControl.EventBeforeNodeSelectHandler
C# 
public event DbiListControl.EventBeforeNodeSelectHandler BeforeNodeSelect

Event Data

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

PropertyDescription
AllowSelect Determines if the node will be selected.
NodeItem The dbiNodeItem that will be selected.
X The X coordinate where the selection is occurring
Y The Y coordinate where the selection is occurring.

Requirements

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

See Also