If the event comes from a list box selection, it is a 0 or 1 determining whether the event was a deselection (0) or a selection (1).
A list box deselection event only occurs for multiple-selection boxes. In this case, the index and string values are indeterminate and the list box must be examined directly.