Show / Hide Table of Contents

Delegate AreaMetaDataHandler.NewEdgeDelegate

A delegate to notifiy listeners of a new edge.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate void NewEdgeDelegate(uint oldEdgeId, uint newEdgeId);
Parameters
System.UInt32 oldEdgeId

The old id.

System.UInt32 newEdgeId

The new edge id, a part of the old edge.

Remarks

A this time both old and new edges exist.

Back to top Built by Itinero, MIT licensed.