Search
UndoEvent.getCommand Method
See Also
 






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

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Command getCommand ()

 Return Value

The Command related to the event.

 See Also