Raised when the user moves or resizes a table.
SyntaxVB6
Copy Code
|
|---|
Public Event TableModified |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to a Table | Reference to the table that has been moved ot resized. |
selHandle | [input] long | Index of the adjustment handle used to carry out the modification. |
See Also