Version

newWindowState Property

Gets the new window state of the dialog as Number. Value corresponds to WindowState enum on server.One of constants defined in Infragistics.Web.UI.DialogWindowState.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_newWindowState() : Number
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWindowStateCancelEventArgs.get_newWindowState();
See Also