Raised when an action is redone.
Namespace: MindFusion.Diagramming
Assembly: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
diagram.actionRedone.addEventListener(onActionRedone); |
Event DataEvent handlers receive an UndoEventArgs instance containing data about this event.
RemarksThis event is raised during calls to redo. It is raised both for top-level commands and for the constituent actions of composite commands.
See Also