ValueChanged Event
Syntax
Sub ControlName_ValueChanged( Value As Boolean)
Applies To
Purpose
Generates when the value of the button changes.
Remarks
This event is generated if the button is in switch mode (switch value when clicked on) or in command mode (switch value until released).
Parameters
Value As Boolean
Specifies the current value of the button.