[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.TouchStripOpening

TouchStripOpening Event

Occurs when FpSpread tries to show a FarPoint.Win.Spread.TouchStrip in a touch device.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public event EventHandler<TouchStripOpeningEventArgs> TouchStripOpening
Public Event TouchStripOpening As EventHandler(Of TouchStripOpeningEventArgs)
Returns
Type Description
EventHandler<TouchStripOpeningEventArgs> Occurs when FpSpread tries to show a FarPoint.Win.Spread.TouchStrip in a touch device.
Remarks

If some objects are already selected, such as cell, row, column, shape, or chart, and you tap the objects again, FpSpread raises this event to show a FarPoint.Win.Spread.TouchStrip. You can create your own FarPoint.Win.Spread.TouchStrip and show it in the event handler. To do so, set the TouchStripOpeningEventArgs.Cancel to true. Set the TouchStripOpeningEventArgs.UseBuiltInTouchStrip to True to make FpSpread show a built-in FarPoint.Win.Spread.TouchStrip.