Class ResolveControlEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class ResolveControlEventArgs : EventArgs
- Inheritance
-
ResolveControlEventArgs
- Inherited Members
Constructors
ResolveControlEventArgs(string)
public ResolveControlEventArgs(string controlId)
Parameters
controlId
string
Properties
Control
public Control Control { get; set; }
Property Value
- Control
ControlID
public string ControlID { get; }