Class
RadTabbedFormControlItemCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadTabbedFormControlItemCreatingEventArgs : RadTabbedFormControlEventArgs

Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlItemCreatingEventArgs

Inherited Members RadTabbedFormControlEventArgs.TabEventArgs.Empty

Constructors

RadTabbedFormControlItemCreatingEventArgs(RadTabbedFormControlTab)

Declaration

cs-api-definition
public RadTabbedFormControlItemCreatingEventArgs(RadTabbedFormControlTab tab)

Parameters

tab

RadTabbedFormControlTab

Properties

Item

Gets the associated RadTabbedFormControlItem.

Declaration

cs-api-definition
public RadTabbedFormControlItem Item { get; set; }

Property Value

RadTabbedFormControlItem