jQuery.wijmo.wijdialog Namespace > options type : stateChanged Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.stateChanged = function(e, data) { }; |
Javascript (Specification) | |
---|---|
stateChanged = function ( e : jQuery.Event, data : IStateChangedEventArgs ) { }; |