ClassTabbedFormCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TabbedFormCreatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsTabbedFormCreatingEventArgs
Inherited Members
Constructors
TabbedFormCreatingEventArgs(RadTabbedForm, RadTabbedFormControlTab)
Declaration
cs-api-definition
public TabbedFormCreatingEventArgs(RadTabbedForm tabbedForm, RadTabbedFormControlTab draggedTab)
Parameters
tabbedForm
draggedTab
Properties
DraggedTab
Declaration
cs-api-definition
public RadTabbedFormControlTab DraggedTab { get; }
Property Value
TabbedForm
Declaration
cs-api-definition
public RadTabbedForm TabbedForm { get; set; }
Property Value