Click or drag to resize

IUndoItemDoUndo Method

Called on rollback by the transaction manager, in order to undo the effects of some change it was created for.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void DoUndo(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv  IGraphProcessingEnvironment
The current graph processing environment
See Also