IPCBIWindowAddUndoItem Method

Add own undo item, this is added in the undo stack and will be handled if user clicks on undo or use shortcut Control+Z.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddUndoItem(
	InterfaceUndoAction UndoItem
)

Parameters

UndoItem  InterfaceUndoAction
Own definition of undo item.

See Also