Gets or sets an array of FolderChange event handlers.
$au.uploader({ events: { //...other params... folderChange: [], //...other params... } })Get/Set Value at Runtime
$au.uploader('uploaderID').events().folderChange(value); value = $au.uploader('uploaderID').events().folderChange();
Type: $au.event
The string containing the name of FolderChange event handler or an array of handler names.
This event fires when a user goes to another folder.