Raised when the user folds a container by clicking the arrow-up button in the container's caption bar.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NodeEventArgs> ContainerFolded |
Visual Basic
Copy Code
|
|---|
Public Event ContainerFolded As EventHandler(Of NodeEventArgs) |
Event DataContainerFolded event handlers receive an argument of type NodeEventArgs.
See Also