'Declaration Public Event TableClearing As System.Data.DataTableClearEventHandler
public event System.Data.DataTableClearEventHandler TableClearing
Event Data
The event handler receives an argument of type System.Data.DataTableClearEventArgs containing data related to this event. The following DataTableClearEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Table | Gets the table whose rows are being cleared. |
TableName | Gets the table name whose rows are being cleared. |
TableNamespace | Gets the namespace of the table whose rows are being cleared. |
See Also