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 );