Gets an object that represents the table which causes the event. It is of the type Table. If this object has been obtained through the TableDeleted event, only the Table.ID property has a valid value.

Syntax

public Table Table { get; }
Public ReadOnly Property Table() As Table

Limitations

Read only.