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

 

Event

<< 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

 

 

Name

Description

OnAddToPage

Occurs after the component is added to the page.

OnBind

Occurs when the component is bound.

OnEndBind

Occurs immediately after the end of component binding.

OnFocus

Occurs when the RadioButton has focus.

OnInitialize

Occurs immediately after component initialization.

OnKillFocus

Occurs when the RadioButton loses focus.

OnPostDraw

Occurs after the RadioButton has been drawn.

OnPreDraw

Occurs before the RadioButton is drawn.

OnStartBind

Occurs immediately after the start of component binding.

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.