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


IMapEvents2.TableChanged Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapEvents2.TableChanged Event

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

Product Availability

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

See Also

IMapEvents2 Interface