Search
UndoEvent.getCommand Method
See Also
 

Gets a reference to the Command instance related to the event being handled.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Command getCommand ()

 Return Value

An instance of the Command class.

 See Also