// if this proves to be a performance issue then we would have to use the
// datasource to derive affected tables somehow
TableStructureEventDispatcher tsed = TableStructureEventDispatcher.getInstance( tid );
tsed.tableStructureChanged(true, dataSource);
}
break;
}
case UIManagerEvent.ET_UNREGISTER_COLUMN:{