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


In This Topic
    TabStripSelect Event
    In This Topic
    Represents the method that handles the TabStripSelect event.
    Syntax
    'Declaration
     
    
    Public Event TabStripSelect As TabStripSelectEventHandler
    'Usage
     
    
    Dim instance As TabStrip
    Dim handler As TabStripSelectEventHandler
     
    AddHandler instance.TabStripSelect, handler
    public event TabStripSelectEventHandler TabStripSelect
    Event Data

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

    PropertyDescription
    Gets or sets whether to cancel.  
    Gets the index of the selected tab.  
    See Also