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


ITopologyExtensionEvents.OnValidate Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtensionEvents Interface > ITopologyExtensionEvents.OnValidate Event
ArcGIS Developer Help

ITopologyExtensionEvents.OnValidate Event

Called when a topology is validated.

[Visual Basic .NET]
Public Event OnValidate As OnValidateEventHandler
[C#]
public event OnValidateEventHandler OnValidate

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever a topology is validated inside an edit session the OnValidate event is fired.

See Also

ITopologyExtensionEvents Interface