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

// Parameters
var oControl; // Type:  any
var eName; // Type:  any
var eArgs; // Type:  any
var eType; // Type:  any

value = instance.FireEvent(oControl, eName, eArgs, eType);
Javascript (Specification) 
function FireEvent( 
   oControl : any,
   eName : any,
   eArgs : any,
   eType : any
) : FocusType;

Parameters

oControl
eName
eArgs
eType
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.