This document is archived and information here might be outdated.  Recommended version.


IEngineEditEvents.OnChangeFeature Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnChangeFeature Event
ArcGIS Developer Help

IEngineEditEvents.OnChangeFeature Event

Fires when features are modified.

[Visual Basic .NET]
Public Event OnChangeFeature As OnChangeFeatureEventHandler
[C#]
public event OnChangeFeatureEventHandler OnChangeFeature
[C++]
HRESULT OnChangeFeature(
  IObject* Object
);
[C++]
Parameters
Object [in]

Object is a parameter of type IObject*

Product Availability

Available with ArcGIS Engine.

Description

The OnChangeFeature event is fired whenever a feature is changed. The changed feature is passed to all listening clients via the IObject parameter.

See Also

IEngineEditEvents Interface