Gets or sets an array of SelectionChange event handlers.
$au.uploader({
events: {
//...other params...
selectionChange: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.uploader('uploaderID').events().selectionChange(value);
value = $au.uploader('uploaderID').events().selectionChange();
Type: $au.event
The string containing the name of SelectionChange event handler or an array of handler names.
This event fires when a user changes a selection in the upload pane.