Value Changed Event

Inherits from Control Events.

Generated when the user changes the value of a control.

The following table lists the event data fields for this event.

Event Data FieldDescription
TimeValue of the millisecond timer when the event occurred.
CtrlRefReturns a reference to the control on which the event occurred.
OldValReturns the value of the control before the data change.
NewValReturns the value of the control after the data change.