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


IMapAdmin3.FireChangeTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin3 Interface > IMapAdmin3.FireChangeTable Method
ArcGIS Developer Help

IMapAdmin3.FireChangeTable Method

Notifies listeners that the a layer's class has changed.

[Visual Basic .NET]
Public Sub FireChangeTable ( _
    ByVal oldTable As ITable, _
    ByVal newTable As ITable _
)
[C#]
public void FireChangeTable (
    ITable oldTable,
    ITable newTable
);
[C++]
HRESULT FireChangeTable(
  ITable* oldTable,
  ITable* newTable
);
[C++]
Parameters
oldTable [in]

oldTable is a parameter of type ITable* newTable [in]
newTable is a parameter of type ITable*

Product Availability

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

See Also

IMapAdmin3 Interface