<< 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 >OnAddToPage |
Occurs after the component is added to the page.
Prototype :
void OnAddToPage
(
No Arguments
)
Reference :
When components has been added to a page and the page has been completed, OnAddToPage event will be repeatedly run as the count and order specified in the page.
Event triggering order is OnBind > OnAddToPage > OnEndBind in sequence.