<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableTitle > Event >OnAddToPage |
Occurs after the table title 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.