Event fired after a parent node has collapsed (hiding its child nodes).
Syntax
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.
| Property | Description |
|---|
| 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