This document is archived and information here might be outdated.  Recommended version.


ITopologyGraphEvents.OnTopologyGraphModified Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraphEvents Interface > ITopologyGraphEvents.OnTopologyGraphModified Event
ArcGIS Developer Help

ITopologyGraphEvents.OnTopologyGraphModified Event

This event is fired when a new object is created in the object class.

[Visual Basic .NET]
Public Event OnTopologyGraphModified As OnTopologyGraphModifiedEventHandler
[C#]
public event OnTopologyGraphModifiedEventHandler OnTopologyGraphModified
[C++]
HRESULT OnTopologyGraphModified(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologyGraphEvents Interface