ILazyLoadingNode Interface
Allows a node to defer the adding of child nodes to its nodes collection until the user has clicked the plus sign (+).
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Expandable | Gets a value indicating whether the node may have children. |
![]() | Expanding | Gets a value indicating whether the node is currently expanding. |
| Name | Description | |
|---|---|---|
![]() | CancelExpand() | Cancels the expanding of the node. |
![]() | EnumerateChildren() | Performs the building of children. |
Show:

