Class
RadTabbedFormControlItemEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadTabbedFormControlItemEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadTabbedFormControlItemEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadTabbedFormControlItemEventArgs(RadTabbedFormControlItem, RadTabbedFormControlItem)

Initializes a new instance of the RadTabbedFormControlItemEventArgs class.

The selected item of tabbed form control. The item to be selected.

Declaration

cs-api-definition
public RadTabbedFormControlItemEventArgs(RadTabbedFormControlItem selectedItem, RadTabbedFormControlItem nextItem)

Parameters

selectedItem

RadTabbedFormControlItem

nextItem

RadTabbedFormControlItem

Fields

NextItem

Gets the item to be selected.

Declaration

cs-api-definition
public readonly RadTabbedFormControlItem NextItem

Field Value

RadTabbedFormControlItem

SelectedItem

Gets the selected item of tabbed form control.

Declaration

cs-api-definition
public readonly RadTabbedFormControlItem SelectedItem

Field Value

RadTabbedFormControlItem