
Raises the TableFormatChanged event.
[C#]
protected virtual void OnTableFormatChanged(TableEventArgs e);
[Visual Basic]
Protected Overridable Sub OnTableFormatChanged(ByVal e As TableEventArgs)
| Parameter | Description | |
| e | Specifies an TableEventArgs object that contains the event data. |