Occurs when the user changes the value of a control using the keyboard or the mouse.
Syntax
PROCEDURE Control.InteractiveChange
[LPARAMETERS nIndex]
Parameters
nIndex
Uniquely identifies a control if it is in a control array.
Remarks
This event occurs each time the object's value changes interactively. For example, as a user types in a text box, the InteractiveChange event is triggered after each keystroke.