ClassRadTabbedFormControlItemSelectingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadTabbedFormControlItemSelectingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadTabbedFormControlItemSelectingEventArgs
Inherited Members
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
nextItem
Fields
NextItem
Gets the item to be selected.
Declaration
cs-api-definition
public readonly RadTabbedFormControlItem NextItem
Field Value
SelectedItem
Gets the selected item of RadPageView.
Declaration
cs-api-definition
public readonly RadTabbedFormControlItem SelectedItem
Field Value