<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Label > Event >OnAddToPage |
Occurs after the label 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.