Description
Occurs just before a ListView changes.
Event ID
Arguments
Argument |
Description |
---|---|
index |
The index of the item that has changed |
focuschange |
Boolean (specifies if focus is changing for the item) |
hasfocus |
Boolean (specifies whether the item has focus) |
selectionchange |
Boolean (specifies whether the selection is changing for the item) |
selected |
Boolean (specifies whether the item is selected) |
otherchange |
Boolean (specifies if anything other than focus or selection has changed for the item) |
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 -- Continue processing
See also