Raised just after in-place editing of the text of table's caption is completed.
SyntaxVB6
Copy Code
|
|---|
Public Event TableCaptionEdited |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to Table object | The table whose caption was edited. |
oldText | [input] string | The text of the caption before the modification. |
newText | [input] string | The new text of the caption. |
Dispatch ID: 70
RemarksRaised just after in-place editing of the text of table's caption is completed. To enable in-place editing set the InplaceEditAllowed property to true.
See Also