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