Wijmo UI for the Web
painted Event
Standard jQuery event object
This event fires after the canvas is painted.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.painted = function(e) { };
Javascript (Specification) 
painted = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.