New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadTabbedFormControlIndexChangedEventArgs : RadTabbedFormControlEventArgs

Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlIndexChangedEventArgs

Inherited Members RadTabbedFormControlEventArgs.TabEventArgs.Empty

Constructors

C#
public RadTabbedFormControlIndexChangedEventArgs(RadTabbedFormControlTab tab, int oldIndex, int newIndex)
Parameters:tabRadTabbedFormControlTaboldIndexintnewIndexint

Properties

Gets the index at which the tab is currently at.

C#
public int NewIndex { get; }

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

C#
public int OldIndex { get; }