New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Type Parameters:

T

Syntax:

C#
public abstract class ControlCreatingEventArgs<T> : CancelEventArgs where T : Control

Inheritance: objectEventArgsCancelEventArgsControlCreatingEventArgs<T>

Derived Classes: TabbedFormControlCreatingEventArgsToolbarFormControlCreatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public ControlCreatingEventArgs(T control)
Parameters:controlT

Fields

C#
protected T control