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