Fires after the dialog window is activated.

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

Syntax

JavaScript
function add_activated(value);
function remove_activated(value);

Remarks

Dialog window activation means that dialog window is shown or user clicks on the dialog window's surface. Also it occurs when dialog window is maximized or normalized, or when one of the other dialog windows is deactivated - in that case the next dialog window to activate is found. If appropriate dialog window was found it will be activated.

See Also