Class
RadTabbedFormControlIndexChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadTabbedFormControlIndexChangedEventArgs : RadTabbedFormControlEventArgs

Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlIndexChangedEventArgs

Inherited Members RadTabbedFormControlEventArgs.TabEventArgs.Empty

Constructors

RadTabbedFormControlIndexChangedEventArgs(RadTabbedFormControlTab, int, int)

Declaration

cs-api-definition
public RadTabbedFormControlIndexChangedEventArgs(RadTabbedFormControlTab tab, int oldIndex, int newIndex)

Parameters

tab

RadTabbedFormControlTab

oldIndex

int

newIndex

int

Properties

NewIndex

Gets the index at which the tab is currently at.

Declaration

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

Property Value

int

OldIndex

Gets the index at which the tab was before the change.

Declaration

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

Property Value

int