ArcObjects Library Reference (EditorExt)  

ITopologyExtensionEvents.OnErrorDeleted Event

Called when a topology error is deleted.

[Visual Basic .NET]
Public Event OnErrorDeleted As OnErrorDeletedEventHandler
[C#]
public event OnErrorDeletedEventHandler OnErrorDeleted

Product Availability

Available with ArcGIS Desktop.

Remarks

OnErrorDeleted event is fired when an operation is executed that results in a topology error being deleted.  Additional information provided when the deletion was triggered is available using the hint argument to determine what operation caused the error to be deleted.

See Also

ITopologyExtensionEvents Interface