ClassRadTabbedFormControlItemEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadTabbedFormControlItemEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadTabbedFormControlItemEventArgs
Inherited Members
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
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 tabbed form control.
Declaration
cs-api-definition
public readonly RadTabbedFormControlItem SelectedItem
Field Value