Class
ControlCreatingEventArgs<T>

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Type Parameters:

T

Syntax:

cs-api-definition
public abstract class ControlCreatingEventArgs<T> : CancelEventArgs where T : Control

Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<T>

Derived Classes: TabbedFormControlCreatingEventArgsToolbarFormControlCreatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ControlCreatingEventArgs(T)

Declaration

cs-api-definition
public ControlCreatingEventArgs(T control)

Parameters

control

T

Fields

control

Declaration

cs-api-definition
protected T control

Field Value

T