Table of Contents
getParam Method 

Gets the current callback parameter.

Syntax
JavaScript
 Callback.getParam()

Return Value

The current callback parameter.

Remarks

This function should only be called during a callback, for example, inside one of the client side event handler.

See Also