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


IEngineEditEvents.OnDeleteFeature Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnDeleteFeature Event
ArcGIS Developer Help

IEngineEditEvents.OnDeleteFeature Event

Fires when features are deleted.

[Visual Basic .NET]
Public Event OnDeleteFeature As OnDeleteFeatureEventHandler
[C#]
public event OnDeleteFeatureEventHandler OnDeleteFeature
[C++]
HRESULT OnDeleteFeature(
  IObject* Object
);
[C++]
Parameters
Object [in]

Object is a parameter of type IObject*

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IEngineEditEvents Interface