 | ChangedEdgeAttributeHandler Delegate |
Represents a method called after an edge attribute was changed (for debugging, omitted in case of nodebugevents).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void ChangedEdgeAttributeHandler(
IEdge edge,
AttributeType attrType
)
Parameters
- edge IEdge
- The edge whose attribute was changed.
- attrType AttributeType
- The type of the attribute changed.
See Also