TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Event >

 

OnValueChanged

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Event >

 

OnValueChanged

 

 

The OnValueChanged event occurs immediately after the user clicks the Radiobutton using a mouse on the report viewer and  the check state is changed.

 

 

 

Prototype :

 

void OnValueChanged

(

       bool ozarg_mainScreen

)

 

 

 

Arguments :

 

ozarg_mainScreen

Whether the event occurred on the main screen.

When an event occurs in the main screen returns true. Otherwise it returns false.

But, it will always return true in the single-screen environment.

 

 

 

Reference :

 

The OnValueChanged event only occurs when a mouse button is clicked. It doesn’t occur when the check status is changed in the script.