Fires when the dialog window is being resized.

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

Syntax

JavaScript
function add_resizing(value);
function remove_resizing(value);

Remarks

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

See Also