Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSheetTabDoubleClick Method
SheetTabDoubleClickEventArgs object that contains the event data


In This Topic
    OnSheetTabDoubleClick Method
    In This Topic
    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