Occurs when an action is recorded in undo history.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<UndoEventArgs> ActionRecorded |
Visual Basic Copy Code |
---|
Public Event ActionRecorded As EventHandler(Of UndoEventArgs) |
ActionRecorded event handlers receive an argument of type UndoEventArgs. The following UndoEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
Refers to the Command instance that identifies the recorded action. |
This event is raised only for top-level commands. For example, it isn't raised for the constituent actions of a CompositeCmd.
WpfDiagram Programmer's Guide | © 2024 MindFusion |