MindFusion.UI for WebForms Programmer's Guide

WindowModifiedEventArgs.getOldBounds Method

See Also
 



Gets the bounds of the Window before the modification.

Namespace: MindFusion.UI.Web
Assembly: EventArgs.js

 Syntax

JavaScript  Copy Code

function getOldBounds ()

 Return Value

Type: Rect
The bounds of the Window before the modification.

 See Also