Raised when an action is undone.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public event EventHandler<UndoEventArgs> ActionUndone |
Visual Basic
![]() |
---|
Public Event ActionUndone As EventHandler(Of UndoEventArgs) |
ActionUndone event handlers receive an argument of type 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.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |