MindFusion.UI for WebForms Programmer's Guide

WindowStateEventArgs.getOldState Method

See Also
 



Gets the state of the Window before the modification.

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

 Syntax

JavaScript  Copy Code

function getOldState ()

 Return Value

Type: WindowState
The state of the Window before the modification.

 See Also