
Occurs when the design attributes of a selected table have been changed. The event handler receives an argument of type TableEventArgs containing data related to this event.
[C#]
public event TableEventHandler TableFormatChanged;
[Visual Basic]
Public Event TableFormatChanged As TableEventHandler