ArcObjects Library Reference (EditorExt)  

ITopologyExtensionEvents2.OnTopologyGraphBuild Event

Called after the topology graph associated with the current topology (either the map or a database topology) has been (re)built. Clients should release references to any existing topo elements.

[Visual Basic .NET]
Public Event OnTopologyGraphBuild As OnTopologyGraphBuildEventHandler
[C#]
public event OnTopologyGraphBuildEventHandler OnTopologyGraphBuild

Product Availability

Available with ArcGIS Desktop.

See Also

ITopologyExtensionEvents2 Interface