Top Method Summary
Options Name Purpose
Clear () Removes all actions from the stack
OnStackChanged (EventArgs) Raises the StackChanged event
Consultingwerk.Windows.Framework.Repository.Object.Design.IDesignerAction Peek () Returns the most recently pushed action without removing it from the stack
Push (IDesignerAction) Pushes an undoable action onto the stack
Undo () Removes the most recently pushed action from the stack and executes its Undo method

Top Event Summary
Options Name Purpose
StackChanged (Object, EventArgs) Raised when the contents of the stack have changed

Top Property Summary
Options Name Purpose
INTEGER Count
LOGICAL HasActions


Method Detail
Top

Clear ()

Purpose: Removes all actions from the stack
Notes: Raises the StackChanged event

Top

OnStackChanged (EventArgs)

Purpose: Raises the StackChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

Consultingwerk.Windows.Framework.Repository.Object.Design.IDesignerAction Peek ()

Purpose: Returns the most recently pushed action without removing it
from the stack
Notes:

Returns Consultingwerk.Windows.Framework.Repository.Object.Design.IDesignerAction
The IDesignerAction on top of the stack or ? when the stack is empty
Top

Push (IDesignerAction)

Purpose: Pushes an undoable action onto the stack
Notes: Raises the StackChanged event

Parameters:
poAction Consultingwerk.Windows.Framework.Repository.Object.Design.IDesignerAction
The IDesignerAction to push onto the stack
Top

Undo ()

Purpose: Removes the most recently pushed action from the stack and
executes its Undo method
Notes: Raises the StackChanged event; no-op when the stack is empty



Event Detail
Top

StackChanged (Object, EventArgs)

Purpose: Raised when the contents of the stack have changed
Notes: Allows a designer to enable/disable its Undo ribbon button

Parameters:
sender Progress.Lang.Object
The object that raised the StackChanged event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event


Property Detail
Top

INTEGER Count


Returns INTEGER
Top

LOGICAL HasActions


Returns LOGICAL


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:14:08