Radio Button Events
SelectionChange
Unitiated when the selection of the Radio Button group changes.
• JScript
function RadioBtn_SelectionChange {};
• VBscript
Sub RadioBtn_SelectionChange()
Click
Initiated when the selection of the Radio Button group changes.
• JScript
function RadioBtn_Click(Inputs,Outputs) {};
• VBscript
Sub RadioBtn_Click()
Accommodates the conversion of legacy scripts. This event has the same behavior as SelectionChange. It is recommended to use the SelectionChange event.