Wijmo UI for the Web
OnSelectStart Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.GlobalEventHandler();
var value; // Type: any

// Parameters
var control; // Type:  any
var evt; // Type:  any

value = instance.OnSelectStart(control, evt);
Javascript (Specification) 
function OnSelectStart( 
   control : any,
   evt : any
) : any;

Parameters

control
evt
Browser Compatibility
7
5
5

See Also

Reference

GlobalEventHandler type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.