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