Fires when the dialog window is reloaded before the dialog window handles the operation.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function add_reloading(value);
function remove_reloading(value);

Remarks

The event fires when dialog window's content is changing. It occurs when SetHtml(String) method is called, dialog window's content url is changed (by using Reload()()()(), SetUrl(String), ContentUrl) or when underying UpdatePanel started an update.

To cancel the operation set the Cancel property of the ReloadingEventArgs object to true.

The event can not be canceled if the Origin value is equal to AJAX.

See Also