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

 

OnKillFocus

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

OnKillFocus

 

 

Occurs when the VideoPlayer loses focus.

 

 

 

Prototype :

 

void OnKillFocus

(

       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 :

 

In the PC viewer, occurs when the Button loses focus. In the Android, iOS, WinUWP viewer, this event does not occur.