Notifies listeners that the a layer's class has changed.
[Visual Basic .NET] Public Sub FireChangeFeatureClass ( _ ByVal oldClass As IFeatureClass, _ ByVal newClass As IFeatureClass _ )
[C#] public void FireChangeFeatureClass ( IFeatureClass oldClass, IFeatureClass newClass );
[C++]
HRESULT FireChangeFeatureClass(
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.