DroidDiagram Programmer's Guide
UndoEvent Constructor
See Also
 






Initializes a new instance of the UndoEvent class.

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

 Syntax

Java  Copy Code

public UndoEvent (
    Object source,
    Command command
)

 Parameters

source

The source of the event.

command

The UndoEvent.getCommand command related to the event.

 See Also

UndoEvent Class
com.mindfusion.diagramming Namespace