Radio Button Events
SelectionChange
Initiated when the selection of the Radio Button group changes.
• JScript
function RadioBtn_SelectionChange {};
• VBScript
Sub RadioBtn_SelectionChange()
• Python
def 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 from JScript and VBScript. This event has the same behavior as SelectionChange. It is recommended to use the SelectionChange event.