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

// Parameters
var oControl; // Type:  any
var eventHandler; // Type:  Function
var eArgs; // Type:  any
var eventName; // Type:  string

value = instance.FireEvent(oControl, eventHandler, eArgs, eventName);
Javascript (Specification) 
function FireEvent( 
   oControl : any,
   eventHandler : Function,
   eArgs : any,
   eventName : string
) : bool;

Parameters

oControl
eventHandler
eArgs
eventName
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.