Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IUndoRedoGroupState interface contains properties of the group action stored in Undo/Redo stack.
IUndoRedoGroupState
The action is a group one is the IUndoRedoState.IsGroupState property returns True. To get parameters of the group action, cast the action described by the IUndoRedoState interface to the IUndoRedoGroupState interface.
Property name | Brief description | |
The Count property returns the number of actions executed within the current group action. | ||
The Item property returns parameters of the specified action executed within the group action. |
See also: