Spread Windows Forms 12.0 Product Documentation
OnSheetTabDoubleClick Method


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

Parameters

e
SheetTabDoubleClickEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members