Search
UndoEvent Constructor
See Also
 






Initializes a new instance of the UndoEvent class.

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

 Syntax

Java  Copy Code

public UndoEvent (
    Object source,
    Command command
)

 Parameters

source

The source of the event.

command

The Command related to the event.

 See Also