 | ClearingGraphHandler Delegate |
Represents a method called before a graph is cleared.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void ClearingGraphHandler(
IGraph graph
)
Parameters
- graph IGraph
- The graph to be cleared.
See Also