Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / TabStripNavigate Event


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

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

    PropertyDescription
    Gets the next left tab.  
    Gets the previous left tab.  
    See Also