This document is archived and information here might be outdated. Recommended version. |
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*