Occurs when the user draws a new table.
SyntaxVB6
Copy Code
|
|---|
Public Event TableCreated |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to Table object | The table that is created. |
Dispatch ID: 26
RemarksFired when the user creates a new table.
See Also