Wijmo UI for the Web
AttachEvent Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var value; // Type: any

// Parameters
var element; // Type:  any
var type; // Type:  any
var handler; // Type:  any
var useCapture; // Type:  any

value = instance.AttachEvent(element, type, handler, useCapture);
Javascript (Specification) 
function AttachEvent( 
   element : any,
   type : any,
   handler : any,
   useCapture : any
) : any;

Parameters

element
type
handler
useCapture
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.