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

Event fired after a parent node has expanded (showing its child nodes).

Syntax

Visual Basic (Declaration) 
Public Event AfterNodeExpand As DbiListControl.EventAfterNodeExpandHandler
C# 
public event DbiListControl.EventAfterNodeExpandHandler AfterNodeExpand

Event Data

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

PropertyDescription
Action An enumerated value indicating the action against the control that triggered the event.
NodeItem The dbiNodeItem that was expanded.

Requirements

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

See Also