Gets or sets an array of ViewChange event handlers.
$au.uploader({ events: { //...other params... viewChange: [], //...other params... } })Get/Set Value at Runtime
$au.uploader('uploaderID').events().viewChange(value); value = $au.uploader('uploaderID').events().viewChange();
Type: $au.event
The string containing the name of ViewChange event handler or an array of handler names.
This event fires when the view mode is changed.