Delegate AreaMetaDataHandler.NewVertexDelegate
A delegate to notify listeners of a new vertex.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate void NewVertexDelegate(uint newVertexId);
Parameters
System.UInt32
newVertexId
The new vertex id. |