Class RadTabbedFormControlIndexChangingEventArgs
Inheritance
System.Object
System.EventArgs
RadTabbedFormControlIndexChangingEventArgs
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 RadTabbedFormControlIndexChangingEventArgs : RadTabbedFormControlCancelEventArgs
Constructors
RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab, Int32, Int32)
Declaration
public RadTabbedFormControlIndexChangingEventArgs(RadTabbedFormControlTab tab, int newIndex, int currentIndex)
Parameters
RadTabbedFormControlTab
tab
|
System.Int32
newIndex
|
System.Int32
currentIndex
|
Properties
CurrentIndex
Gets the index the tab is currently at.
Declaration
public int CurrentIndex { get; }
Property Value
System.Int32
|
NewIndex
Gets or sets the new index to be applied to the associated tab.
Declaration
public int NewIndex { get; set; }
Property Value
System.Int32
|