com.esri.arcgis.editor
Class IEditEventsOnDeleteFeatureEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEventsOnDeleteFeatureEvent
- All Implemented Interfaces:
- Serializable
public class IEditEventsOnDeleteFeatureEvent
- extends EventObject
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.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
IEditEventsOnDeleteFeatureEvent
public IEditEventsOnDeleteFeatureEvent(Object source)
init
public void init(IObject obj)
getObj
public final IObject getObj()