This documentation is archived and is not being maintained.

BuildTemplateMethod Delegate

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
<Serializable>
Public Delegate Sub BuildTemplateMethod( _
   ByVal control As Control _
)
[C#]
[Serializable]
public delegate void BuildTemplateMethod(
   Control control
);
[C++]
[Serializable]
public __gc __delegate void BuildTemplateMethod(
   Control* control
);

[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

See Also

System.Web.UI Namespace

Show: