event.remove(Function) Method ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Removes the specified handler from the collection.

Syntax

JavaScript
$au.uploader('uploaderID').events().event().remove(handler);

Parameters

handler

Type: Function

The function to remove.

Return Value

Type: Boolean

true if the specified handled was successfully removed from the collection; otherwise, false.