Class
TabbedFormControlCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TabbedFormControlCreatingEventArgs : ControlCreatingEventArgs<RadTabbedFormControl>

Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<RadTabbedFormControl>TabbedFormControlCreatingEventArgs

Inherited Members ControlCreatingEventArgs<RadTabbedFormControl>.controlCancelEventArgs.CancelEventArgs.Empty

Constructors

TabbedFormControlCreatingEventArgs(RadTabbedFormControl)

Declaration

cs-api-definition
public TabbedFormControlCreatingEventArgs(RadTabbedFormControl control)

Parameters

control

RadTabbedFormControl

Properties

TabbedFormControl

Gets or sets the RadTabbedFormControl added to the form.

Declaration

cs-api-definition
public RadTabbedFormControl TabbedFormControl { get; set; }

Property Value

RadTabbedFormControl