Raised when an action is undone.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<UndoEventArgs> ActionUndone |
Visual Basic Copy Code |
---|
Public Event ActionUndone As EventHandler(Of UndoEventArgs) |
This event is raised during calls to Undo. It is raised both for top-level commands and for the constituent actions of composite commands.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |