MindFusion.Wpf Pack Programmer's Guide
DiagramBase.ActionUndone Event
See Also
 





Raised when an action is undone.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<UndoEventArgs> ActionUndone

Visual Basic  Copy Code

Public Event ActionUndone As EventHandler(Of UndoEventArgs)

 Event Data

ActionUndone event handlers receive an argument of type UndoEventArgs. The following UndoEventArgs members provide information relevant to the event:

Member name

Description

Command

Refers to the Command that has been undone.

 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

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
ActionRecorded Event
ActionRedone Event