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


ITopologyExtensionEvents.OnValidate Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

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