ClassRadTabbedFormControlIndexChangingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadTabbedFormControlIndexChangingEventArgs : RadTabbedFormControlCancelEventArgs
Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlCancelEventArgsRadTabbedFormControlIndexChangingEventArgs
Inherited Members
Constructors
RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab, int, int)
Declaration
cs-api-definition
public RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab tab, int newIndex, int currentIndex)
Parameters
tab
newIndex
currentIndex
Properties
CurrentIndex
Gets the index the tab is currently at.