ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 399
نمايش فراداده

BuildTemplateMethodserializable

System.Web.UI (system.web.dll)delegate

This delegate is used exclusively by the ASP.NET framework. It specifies the signature for a method used to build a template-based control like a Page and is used by the CompiledTemplateBuilder class. It is not used in your code.

public delegate void 

BuildTemplateMethod (Control

control );

Passed To

CompiledTemplateBuilder.CompiledTemplateBuilder( )