'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.
Property | Description |
---|---|
NewLeftTab | Gets the next left tab. |
PreviousLeftTab | Gets the previous left tab. |
See Also