Search
DiagramBase.actionUndone Event
See Also
 





Raised when an action is undone.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.actionUndone.addEventListener(onActionUndone);

 Event Data

Event handlers receive an UndoEventArgs instance containing data about this event.

 Remarks

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

 See Also