dbicTabs Send comments on this topic.
TabChangeEventArgs Class Properties
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : TabChangeEventArgs Class


"

For a list of all members of this type, see TabChangeEventArgs members.

"

Public Properties

 NameDescription
public PropertyPreviousTabIndexReturns the 0-based index value of the previously selected tab.  
public PropertyPreviousTabPageReturns the TabPage object that was previously selected  
public PropertySelectedTabIndexReturns the 0-based index value of the currently selected tab.  
public PropertySelectedTabPageReturns the TabPage object that is currently selected  
Top

See Also