Click or drag to resize

IGraphOnChangedNodeAttribute Event

Fired after an attribute of a node is changed; for debugging purpose. Note for LGSPBackend: Because graph elements of the LGSPBackend don't know their graph a call to LGSPGraphElement.SetAttribute will not fire this event. If you use this function and want the event to be fired, you have to fire it yourself using ChangedNodeAttributes.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
event ChangedNodeAttributeHandler OnChangedNodeAttribute

Value

Type: de.unika.ipd.grGen.libGrChangedNodeAttributeHandler
See Also