Search
UndoEvent Class
See Also
 






Contains the arguments passed to the ScheduleListener.actionUndone and ScheduleListener.actionRedone event handlers.

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

 Syntax

Java  Copy Code

public class UndoEvent extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.scheduling.model.UndoEvent

 See Also