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