This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin2 Interface > IMapAdmin2.FireChangeTable Method (ArcObjects .NET 10.5 SDK) |
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