var instance; // Type: Events instance.TouchToolStripOpening = function(x, y, handled) { };
Parameters
- x
- The x-coordinate of the horizontal position.
- y
- The y-coordinate of the vertical position.
- handled
- If
true
, the touch toolbar is prevented from popping up; otherwise, the toolbar is displayed at the default position.