Search
ScheduleListener.actionUndone Method
See Also
 






Raised when an action is undone.

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

 Syntax

Java  Copy Code

void actionUndone (
    UndoEvent e
)

 Parameters

e

An UndoEvent object.

 Remarks

This event is raised during calls to Schedule.undo. It is raised both for top-level commands and for the constituent actions of composite commands.

 See Also