Click or drag to resize

IGraphOnChangingObjectAttribute Event

Fired before an attribute of an object is changed. Note for LGSPBackend: Because objects (of the LGSPBackend) don't know their graph a call to LGSPObject.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 ChangingObjectAttributes.

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

Value

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