ArcObjects Library Reference (Editor)  

IEditEvents.OnDeleteFeature Event

Called when features are deleted.

[Visual Basic .NET]
Public Event OnDeleteFeature As OnDeleteFeatureEventHandler
[C#]
public event OnDeleteFeatureEventHandler OnDeleteFeature

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever a new feature is deleted the OnDeleteFeature event is fired. The deleted feature is passed to all listening clients via the IObject parameter.

See Also

IEditEvents Interface