wijmo.input Namespace > Utility type : AttachEvent Method |
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; |