Class
RadTabbedFormControlIndexChangingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadTabbedFormControlIndexChangingEventArgs : RadTabbedFormControlCancelEventArgs

Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlCancelEventArgsRadTabbedFormControlIndexChangingEventArgs

Inherited Members RadTabbedFormControlCancelEventArgs.CancelRadTabbedFormControlEventArgs.TabEventArgs.Empty

Constructors

RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab, int, int)

Declaration

cs-api-definition
public RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab tab, int newIndex, int currentIndex)

Parameters

tab

RadTabbedFormControlTab

newIndex

int

currentIndex

int

Properties

CurrentIndex

Gets the index the tab is currently at.

Declaration

cs-api-definition
public int CurrentIndex { get; }

Property Value

int

NewIndex

Gets or sets the new index to be applied to the associated tab.

Declaration

cs-api-definition
public int NewIndex { get; set; }

Property Value

int