ArcObjects Library Reference (Editor)  

IEditEvents.OnConflictsDetected Event

Called when editing conflicts are detected during save.

[Visual Basic .NET]
Public Event OnConflictsDetected As OnConflictsDetectedEventHandler
[C#]
public event OnConflictsDetectedEventHandler OnConflictsDetected

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever conflicts are detected after a Save Edits or reconcile operation, the OnConflictsDetected event is fired.

See Also

IEditEvents Interface