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