BindableTemplateBuilder.OnAppendToParentBuilder(ControlBuilder) Method

Definition

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

public:
 override void OnAppendToParentBuilder(System::Web::UI::ControlBuilder ^ parentBuilder);
public override void OnAppendToParentBuilder (System.Web.UI.ControlBuilder parentBuilder);
override this.OnAppendToParentBuilder : System.Web.UI.ControlBuilder -> unit
Public Overrides Sub OnAppendToParentBuilder (parentBuilder As ControlBuilder)

Parameters

parentBuilder
ControlBuilder

The BindableTemplateBuilder to which to add the current builder.

Remarks

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.

Applies to

See also