BuildTemplateMethod Delegate
.NET Framework 3.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
CompiledTemplateBuilder
Assembly: System.Web (in system.web.dll)
/** @delegate */ public delegate void BuildTemplateMethod ( Control control )
Not applicable.
Parameters
- control
-
A Control that represents the container used to store the child controls in the template.
Reference
System.Web.UI NamespaceCompiledTemplateBuilder
Other Resources
Delegates (C# Programmer's Reference)Community Additions
ADD
Show: