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

Event fired after a node has been selected.

Syntax

Visual Basic (Declaration) 
Public Event AfterNodeSelect As DbiListControl.EventAfterNodeSelectHandler
C# 
public event DbiListControl.EventAfterNodeSelectHandler AfterNodeSelect

Event Data

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

PropertyDescription
NodeItem The dbiNodeItem that was selected.

Requirements

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

See Also