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





Occurs when an action is recorded in undo history.

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

 Syntax

C#  Copy Code

public event EventHandler<UndoEventArgs> ActionRecorded

Visual Basic  Copy Code

Public Event ActionRecorded As EventHandler(Of UndoEventArgs)

 Event Data

ActionRecorded 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 instance that identifies the recorded action.

 Remarks

This event is raised only for top-level commands. For example, it isn't raised for the constituent actions of a CompositeCmd.

 See Also

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