Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSheetTabClick Method
SheetTabClickEventArgs object that contains the event data


In This Topic
OnSheetTabClick Method
In This Topic
Raises the SheetTabClick event.
Syntax
'Declaration
 
Protected Overridable Sub OnSheetTabClick( _
   ByVal e As SheetTabClickEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As SheetTabClickEventArgs
 
instance.OnSheetTabClick(e)

Parameters

e
SheetTabClickEventArgs object that contains the event data
See Also