Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStrip Class / ButtonClick Event


In This Topic
    ButtonClick Event (TabStrip)
    In This Topic
    Occurs when the mouse pointer is over the tab strip and a mouse button is pressed.
    Syntax
    'Declaration
     
    
    Public Event ButtonClick As EventHandler(Of TabStripButtonClickEventArgs)
    'Usage
     
    
    Dim instance As TabStrip
    Dim handler As EventHandler(Of TabStripButtonClickEventArgs)
     
    AddHandler instance.ButtonClick, handler
    Event Data

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

    PropertyDescription
    Gets the tab strip button.  
    (Inherited from System.ComponentModel.HandledEventArgs)
    See Also