Fires when features are deleted.
[Visual Basic 6.0] Event OnDeleteFeature(
ByVal Object As IObject _
)
[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.