Gets or sets an array of InitComplete event handlers.
$au.thumbnail({Get/Set Value at Runtime
events: {
//...other params...
initComplete: [],
//...other params...
}
})
$au.thumbnail('thumbnailID').events().initComplete(value);
value = $au.thumbnail('thumbnailID').events().initComplete();
Type: $au.event
The string containing the name of InitComplete event handler or an array of handler names.
This event fires when the thumbnail control is completely created and initialized.