Occurs when a table loses selection.
SyntaxVB6
Copy Code
|
|---|
Public Event TableSelectionLost |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to Table object | The table that is deselected. |
Dispatch ID: 25
RemarksFired when table loses selection.
See Also