This document is archived and information here might be outdated. Recommended version. |
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.