Wijmo UI for the Web
painted Event
wijmo.gauge.wijradialgauge Namespace > options type : painted Event
Standard jQuery event object
Fires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event.
Syntax
$(function () {
    // Set painted event handler function
    $(".selector").wijradialgauge({
        painted : function (e) {
     
        }
    });
});
painted = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijradialgauge jQuery Widget