Search
FlowChart.TableCaptionEdited Event
See Also
 



Raised just after in-place editing of the text of table's caption is completed.

 Syntax

VB6  Copy Code

Public Event TableCaptionEdited

 Event Data

Parameter

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

 Remarks

Raised 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