[]
Occurs when FpSpread tries to show a FarPoint.Win.Spread.TouchStrip in a touch device.
public event EventHandler<TouchStripOpeningEventArgs> TouchStripOpening
Public Event TouchStripOpening As EventHandler(Of TouchStripOpeningEventArgs)
Type | Description |
---|---|
EventHandler<TouchStripOpeningEventArgs> | Occurs when FpSpread tries to show a FarPoint.Win.Spread.TouchStrip in a touch device. |
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.