Search
FlowChart.TableSelectionLost Event
See Also
 



Occurs when a table loses selection.

 Syntax

VB6  Copy Code

Public Event TableSelectionLost

 Event Data

Parameter

Type

Description

table

[input] reference to Table object

The table that is deselected.

Dispatch ID: 25

 Remarks

Fired when table loses selection.

 See Also