This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapEvents2 Interface > IMapEvents2.TableChanged Event (ArcObjects .NET 10.4 SDK) |
Fired when the table object changes.
[Visual Basic .NET] Public Event TableChanged As TableChangedEventHandler
[C#] public event TableChangedEventHandler TableChanged
[C++]
HRESULT TableChanged(
ITable* oldTable,
ITable* newTable
);
[C++]
Parameters oldTable [in]
oldTable is a parameter of type ITable newTable [in]
newTable is a parameter of type ITable