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