<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VoiceRecorder > Event >OnValueChanged |
Occurs immediately after recording.
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 :
This event is only supported on the Android, iOS, WinUWP viewer.
The OnValueChanged event occurs only when clicking the mouse and will not occur when the recorded value is changed by a script.