method Pool.EndUpdatePool (StartUpdatePool as Long)
Adds programmatically updated properties of the pool to undo/redo queue.

TypeDescription
StartUpdatePool as Long A long expression that specifies the handle being returned by the StartUpdatePool property
The StartUpdatePool/EndUpdatePool methods record and add changes of the current pool to the control's Undo/Redo queue. You can use the StartBlockUndoRedo / EndBlockUndoRedo methods to group multiple Undo/Redo operations into a single-block. The AllowUndoRedo property specifies whether the control supports undo/redo operations for objects (pools, links, ...). No entry is added to the Undo/Redo queue if no property is changed for the current pool. Each call of the StartUpdatePool must be succeeded by a EndUpdatePool call. The UndoListAction property lists the Undo actions that can be performed in the chart. The RedoListAction property lists the Redo actions that can be performed in the chart.

The StartUpdatePool/EndUpdatePool methods can record changes for the following properties:

Also, the StartUpdatePool/EndUpdatePool methods can record changes for the following properties (of Lane object):

The Undo/Redo records show as:

within the UndoListAction/RedoListAction result