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