This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnChangeFeature Event (ArcObjects .NET 10.5 SDK) |
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
The OnChangeFeature event is fired whenever a feature is changed. The changed feature is passed to all listening clients via the IObject parameter.