This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnDeleteFeature Event (ArcObjects .NET 10.4 SDK) |
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
The OnDeleteFeature event is fired whenever a new feature is deleted. The deleted feature is passed to all listening clients via the IObject parameter.