Wijmo UI for the Web
updated Event
wijmo.chart.wijchartnavigator Namespace > options type : updated Event
The jQuery.Event object.
The data with this event.
The updated event is raised when range of navigator has been changed.
Syntax
$(function () {
    // Set updated event handler function
    $(".selector").wijchartnavigator({
        updated : function (e, args) {
     
        }
    });
});
updated = function ( 
   e : JQueryEventObject,
   args : any
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijchartnavigator jQuery Widget