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