Class RadTabbedFormControlItemSelectedEventArgs
Provides data for the RadTabbedFormControlItemSelected event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlItemSelectedEventArgs : EventArgs
Constructors
RadTabbedFormControlItemSelectedEventArgs(RadTabbedFormControlItem, RadTabbedFormControlItem)
Initializes a new instance of the RadTabbedFormControlItemSelectedEventArgs class.
Declaration
public RadTabbedFormControlItemSelectedEventArgs(RadTabbedFormControlItem previousItem, RadTabbedFormControlItem selectedItem)
Parameters
Rad The previous selected item of the tabbed form control. |
Rad The selected item of of the tabbed form control. |
Fields
PreviousItem
Gets the previous selected item of the tabbed form control.
Declaration
public readonly RadTabbedFormControlItem PreviousItem
Field Value
SelectedItem
Gets the selected item of RadPageView.
Declaration
public readonly RadTabbedFormControlItem SelectedItem