Class
TabbedFormCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TabbedFormCreatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTabbedFormCreatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

TabbedFormCreatingEventArgs(RadTabbedForm, RadTabbedFormControlTab)

Declaration

cs-api-definition
public TabbedFormCreatingEventArgs(RadTabbedForm tabbedForm, RadTabbedFormControlTab draggedTab)

Parameters

tabbedForm

RadTabbedForm

draggedTab

RadTabbedFormControlTab

Properties

DraggedTab

Declaration

cs-api-definition
public RadTabbedFormControlTab DraggedTab { get; }

Property Value

RadTabbedFormControlTab

TabbedForm

Declaration

cs-api-definition
public RadTabbedForm TabbedForm { get; set; }

Property Value

RadTabbedForm