Spread Windows Forms 12.0 Product Documentation
OnTouchStripOpening Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnTouchStripOpening Method
A TouchStripOpeningEventArgs object that contains the event data
Raises the TouchStripOpening event.
Syntax
'Declaration
 
Protected Overridable Sub OnTouchStripOpening( _
   ByVal e As TouchStripOpeningEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As TouchStripOpeningEventArgs
 
instance.OnTouchStripOpening(e)
protected virtual void OnTouchStripOpening( 
   TouchStripOpeningEventArgs e
)

Parameters

e
A TouchStripOpeningEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members