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


IMapEvents.FeatureClassChanged Event (ArcObjects .NET 10.5 SDK)
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