Class RadTabbedFormControlIndexChangedEventArgs
Inheritance
System.Object
System.EventArgs
RadTabbedFormControlIndexChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlIndexChangedEventArgs : RadTabbedFormControlEventArgs
Constructors
RadTabbedFormControlIndexChangedEventArgs(RadTabbedFormControlTab, Int32, Int32)
Declaration
public RadTabbedFormControlIndexChangedEventArgs(RadTabbedFormControlTab tab, int oldIndex, int newIndex)
Parameters
RadTabbedFormControlTab
tab
|
System.Int32
oldIndex
|
System.Int32
newIndex
|
Properties
NewIndex
Gets the index at which the tab is currently at.
Declaration
public int NewIndex { get; }
Property Value
System.Int32
|
OldIndex
Gets the index at which the tab was before the change.
Declaration
public int OldIndex { get; }
Property Value
System.Int32
|