Class ControlCreatingEventArgs<T>
Inheritance
System.Object
ControlCreatingEventArgs<T>
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class ControlCreatingEventArgs<T> : CancelEventArgs where T : Control
Type Parameters
T
|
Constructors
ControlCreatingEventArgs(T)
Declaration
public ControlCreatingEventArgs(T control)
Parameters
T
control
|
Fields
control
Declaration
protected T control
Field Value
T
|