Search
FlowChart.TableCreated Event
See Also
 



Occurs when the user draws a new table.

 Syntax

VB6  Copy Code

Public Event TableCreated

 Event Data

Parameter

Type

Description

table

[input] reference to Table object

The table that is created.

Dispatch ID: 26

 Remarks

Fired when the user creates a new table.

 See Also