Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / TabStripNavigate Event


TabStripNavigate Event
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
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