clientside_generic_handler

Prototype of generic client side event handler.

Note: This is a prototype, not a function. You should provide a function that matches this prototype if you wish to handle the corresponding event on the client side. The prototype provides information about the arguments and return value of the function you provide.

Syntax
JavaScript
 clientside_generic_handler(sender)

Parameters

sender
The object that triggers the event.
See Also