Search
FlowChart.TableDeleted Event
See Also
 



Occurs when a table is deleted, either programmatically or by end-users.

 Syntax

VB6  Copy Code

Public Event TableDeleted

 Event Data

Parameter

Type

Description

table

[input] reference to Table object

The table that is deleted.

Dispatch ID: 23

 Remarks

Fired when table is deleted.

 See Also