Fires when features are modified.
[Visual Basic 6.0] Event OnChangeFeature(
ByVal Object As IObject _
)
[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.