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


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