ArcObjects Library Reference (EditorExt)  

ITopologyExtensionEvents.OnValidate Event

Called when a topology is validated.

[Visual Basic 6.0]
Event OnValidate
[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