Wijmo UI for the Web
stateChanged Event
Standard jQuery event object
Information about an event
The stateChanged event is called when the dialog state ("maximized", "minimized", "normal") is changed.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.stateChanged = function(e, data) { };
Javascript (Specification) 
stateChanged = function ( 
   e : jQuery.Event,
   data : IStateChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.