BindableTemplateBuilder.OnAppendToParentBuilder Method (ControlBuilder)

 

Notifies the BindableTemplateBuilder object that it is being added to a parent control builder.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public override void OnAppendToParentBuilder(
	ControlBuilder parentBuilder
)

Parameters

parentBuilder
Type: System.Web.UI.ControlBuilder

The BindableTemplateBuilder to which to add the current builder.

If the data-bound control includes templated content that support two-way data-binding, the OnAppendToParentBuilder method, in addition to calling the ControlBuilder.OnAppendToParentBuilder method of the base class, also creates an instance of the ExtractTemplateValuesMethod delegate.

.NET Framework
Available since 2.0
Return to top
Show: