Search
RemoveItemCmd.Execute Method
See Also
 





Carries out the command action.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void Execute (
    bool undoEnabled
)

Visual Basic  Copy Code

Protected Overrides Sub Execute( _
    undoEnabled As Boolean _
)

 Parameters

undoEnabled
Specifies whether undo/redo is enabled.

 See Also