Search
ExpandTreeViewItemCmd.Execute Method
See Also
 





Command.Execute override.

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. If undo is disabled, the command won't be saved in undo history and will never be called to undo or redo itself. In such case you might choose to skip some housekeeping operations such as saving state variables for later undo/redo.

 See Also