Spread.Sheets Documentation
TouchToolStripOpening type
GC.Spread.Sheets.Events Namespace : TouchToolStripOpening type
Occurs before the touch toolbar pops up.
Example
//This example uses the TouchToolStripOpening event.
 activeSheet.bind(GC.Spread.Sheets.Events.TouchToolStripOpening, function (e, info) {
        alert(info.x);
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.TouchToolStripOpening

See Also

Reference

GC.Spread.Sheets.Events Namespace