Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SheetTabClick Event


In This Topic
    SheetTabClick Event
    In This Topic
    Occurs when the user clicks the sheet tab.
    Syntax
    'Declaration
     
    
    Public Event SheetTabClick As SheetTabClickEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As SheetTabClickEventHandler
     
    AddHandler instance.SheetTabClick, handler
    public event SheetTabClickEventHandler SheetTabClick
    Event Data

    The event handler receives an argument of type SheetTabClickEventArgs containing data related to this event. The following SheetTabClickEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the sheet tab that is clicked.  
    See Also