The following list describes the available client side events and the life cycle in order:
- OnInitialize
This event will be invoked during WebCallOut initialization.
- OnShow
When WebCallOut is shown, OnShow client side event will be invoked.
- OnClose
If the user intentionally closes the WebCallOut or WebCallOut is closed automatically, then OnClose client side event will be invoked.
- OnResponse
Specifies the client-side function to be invoked when a response from server is returned, irregardless of a successful response or error response (FlyPostBack).
- OnBeforeShow
This event will be invoked before WebCallOut is shown.
Other Resources
{Control and Browser Support}
{Object Model}
{FlyPostBack}