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