ClassRadTabbedFormControlItemCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadTabbedFormControlItemCreatingEventArgs : RadTabbedFormControlEventArgs
Inheritance: objectEventArgsRadTabbedFormControlEventArgsRadTabbedFormControlItemCreatingEventArgs
Inherited Members
Constructors
RadTabbedFormControlItemCreatingEventArgs(RadTabbedFormControlTab)
Declaration
cs-api-definition
public RadTabbedFormControlItemCreatingEventArgs(RadTabbedFormControlTab tab)
Parameters
tab
Properties
Item
Gets the associated RadTabbedFormControlItem.
Declaration
cs-api-definition
public RadTabbedFormControlItem Item { get; set; }
Property Value