BindableTemplateBuilder.OnAppendToParentBuilder(ControlBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.