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