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