Wijmo UI for the Web
beforePaint Event
Standard jQuery event object
This event fires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.beforePaint = function(e) { };
Javascript (Specification) 
beforePaint = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.