Click or drag to resize

ClearingGraphHandler Delegate

Represents a method called before a graph is cleared.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public delegate void ClearingGraphHandler(
	IGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The graph to be cleared.
See Also