ClassTabbedFormControlCreatingEventArgs
Class
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
Constructors
TabbedFormControlCreatingEventArgs(RadTabbedFormControl)
Declaration
cs-api-definition
public TabbedFormControlCreatingEventArgs(RadTabbedFormControl control)
Parameters
control
Properties
TabbedFormControl
Gets or sets the RadTabbedFormControl added to the form.
Declaration
cs-api-definition
public RadTabbedFormControl TabbedFormControl { get; set; }
Property Value