Search
UndoEventArgs.command Property
See Also
 





Gets the command related to the event.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get command() {}
set command(value) {}

 Property Value

Command

A Command instance.

 See Also