Search
CompositeCommand.Execute Method
See Also
 






Command.Execute override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Execute ()

Visual Basic  Copy Code

Public Overrides Sub Execute ()

 Remarks

Subcommands are executed or redone in the same order in which they were added to the composite, and are undone in the opposite order.

 See Also