Fires after the dialog window is deactivated.

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

Syntax

JavaScript
function add_deactivated(value);
function remove_deactivated(value);

Remarks

Dialog window deactivation means that dialog is hidden or minimized. Also it occurs when one of the dialog windows is activated - in that case all other dialog windows on the page will be deactivated becase only one window can be actived at the same time.

See Also