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


OnErrorDeletedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnErrorDeletedEventHandler Delegate

Represents the method that handles the OnErrorDeleted event.
[Visual Basic .NET]
Public Delegate Sub OnErrorDeletedEventHandler ( _
    ByVal topologyError As ITopologyErrorFeature _
)
[C#]
public delegate void OnErrorDeletedEventHandler (
    ITopologyErrorFeature topologyError
);