ArcObjects Library Reference (EditorExt)  

esriTEEventHint Constants

Identifies the method triggering the topology event.

Constant Value Description
esriTENone 0 No event.
esriTEFixedActiveErrors 1 Active Error fixed.
esriTEDeletedActiveErrors 2 Active Error deleted.
esriTEValidate 3 Validate.

Product Availability

Available with ArcGIS Desktop.

Remarks

TEEventHints determine the type of action when methods in the TopologyExtension occurred.  This provides clients listening to ITopologyExtensionEvents::OnActiveErrorsChanged with additional information about what has taken place to change the active topology errors. 

.NET Related Topics

Working with topology errors