Search
FlowChart.UndoActionRecorded Event
See Also
 



( a feature of FlowChartX Pro edition)

Occurs when an action is recorded in the undo history.

 Syntax

VB6  Copy Code

Public Event UndoActionRecorded

 Event Data

Dispatch ID: 35

 Remarks

Fired when the user modifies the flowchart data or when some programmatic operations are performed, such as creating and deleting object. These modifications are automatically recorded in a queue for later undo or redo.

 See Also