Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

callback_after_update_handler Event Handler 

Client side event handler for CallbackPanel.ClientSideAfterExecute.

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.

[JavaScript]
callback_after_update_handler(callback, extraData)

Parameters

callback
The Callback object that triggered the callback.
extraData
Extra data transferred from the server side via CallbackEventArgs.Data property.

Remarks

You should provide this function if you want to use client side event handling. This function gives you an opportunity to perform additional action after the new output for the CallbackPanel is applied.

This event handler is to be distinguished from ClientSideAfterExecute or ClientSideAfterExecute. ClientSideAfterExecute or ClientSideAfterExecute is called after the new output has been received, but before it is applied; while this event handler is called after the new output is applied.

See Also

Event Handlers


Direct link to this topic