ArcObjects Library Reference (Controls)  

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