ArcObjects Library Reference (Carto)  

IMapEvents.FeatureClassChanged Event

Fired when the feature class changes.

[Visual Basic .NET]
Public Event FeatureClassChanged As FeatureClassChangedEventHandler
[C#]
public event FeatureClassChangedEventHandler FeatureClassChanged
[C++]
HRESULT FeatureClassChanged(
  IFeatureClass* oldClass,
  IFeatureClass* newClass
);
[C++]

Parameters

oldClass [in]

  oldClass is a parameter of type IFeatureClass

newClass [in]

  newClass is a parameter of type IFeatureClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapEvents Interface