Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabDoubleClickEventHandler Delegate
Source of the event
Event data


In This Topic
    SheetTabDoubleClickEventHandler Delegate
    In This Topic
    Represents a defined method that handles the SheetTabDoubleClick event for the Spread component. which occurs when the user double-clicks the mouse button with the pointer on the sheet name tab.
    Syntax
    'Declaration
     
    
    Public Delegate Sub SheetTabDoubleClickEventHandler( _
       ByVal sender As Object, _
       ByVal e As SheetTabDoubleClickEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New SheetTabDoubleClickEventHandler(AddressOf HandlerMethod)
    public delegate void SheetTabDoubleClickEventHandler( 
       object sender,
       SheetTabDoubleClickEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also