Raised when an action is recorded in the undo buffer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<UndoEventArgs> ActionRecorded |
Visual Basic
Copy Code
|
|---|
Public Event ActionRecorded As EventHandler(Of UndoEventArgs) |
RemarksThis event is raised only for top-level commands. For example, it isn't raised for the constituent actions of a CompositeCmd.
See Also