Class
RadTabbedFormControlItemSelectingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadTabbedFormControlItemSelectingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadTabbedFormControlItemSelectingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadTabbedFormControlItemSelectingEventArgs(RadTabbedFormControlItem, RadTabbedFormControlItem)

Initializes a new instance of the RadPageViewItemSelectingEventArgs class.

The selected item of RadPageView. The item to be selected.

Declaration

cs-api-definition
public RadTabbedFormControlItemSelectingEventArgs(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 RadPageView.

Declaration

cs-api-definition
public readonly RadTabbedFormControlItem SelectedItem

Field Value

RadTabbedFormControlItem