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


"

The following tables list the members exposed by TabChangeEventArgs.

"

Public Constructors

 NameDescription
public ConstructorTabChangeEventArgs Constructor

Creates a new instance of the TabChangeEventArgs.

 
Top

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