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