ArcGIS Developer Help  (ESRI.ArcGIS.EditorExt)  

OnActiveErrorsChangedEventHandler Delegate

Represents the method that handles the OnActiveErrorsChanged event.
[Visual Basic .NET]
Public Delegate Sub OnActiveErrorsChangedEventHandler ( _
    ByVal hint As esriTEEventHint _
)
[C#]
public delegate void OnActiveErrorsChangedEventHandler (
    esriTEEventHint hint
);