ClassControlCreatingEventArgs<T>
Class
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:
Inherited Members
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