BuildTemplateMethod Delegate
.NET Framework 2.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
CompiledTemplateBuilder
Assembly: System.Web (in system.web.dll)
'Declaration Public Delegate Sub BuildTemplateMethod ( _ control As Control _ ) 'Usage Dim instance As New BuildTemplateMethod(AddressOf HandlerMethod)
/** @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: