SP.UI.Workspace.remove_resized(handler) Method
Applies to: SharePoint Foundation 2010
Removes the handler that is invoked by the workspace when this workspace is resized.
SP.UI.Workspace.remove_resized(handler);
Parameters
handler
Type: Function
The handler that is invoked by the workspace when this workspace is resized.
Remarks
This method removes the handler of the workspace from the list that contains all handlers which are invoked by the workspace when the workspace is resized.