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

Event fired after a parent node has collapsed (hiding its child nodes).

Syntax

Visual Basic (Declaration) 
Public Event AfterNodeCollapse As DbiListControl.EventAfterNodeCollapseHandler
C# 
public event DbiListControl.EventAfterNodeCollapseHandler AfterNodeCollapse

Event Data

The event handler receives an argument of type AfterNodeCollapseEventArgs containing data related to this event. The following AfterNodeCollapseEventArgs 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 collapsed.

Requirements

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

See Also