﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ListControlDataBindingHandler" FullName="System.Web.UI.Design.WebControls.ListControlDataBindingHandler"><TypeSignature Language="C#" Value="public class ListControlDataBindingHandler : System.Web.UI.Design.DataBindingHandler" /><AssemblyInfo><AssemblyName>System.Design</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Web.UI.Design.DataBindingHandler</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.UI.Design.WebControls.ListControlDataBindingHandler" /> class performs design-time data binding of a <see cref="T:System.Web.UI.WebControls.ListControl" /> control. The <see cref="T:System.Web.UI.Design.WebControls.ListControlDataBindingHandler" /> class is referenced by the <see cref="T:System.Web.UI.WebControls.ListControl" /> using the <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> class.</para><para>The <see cref="M:System.Web.UI.Design.WebControls.ListControlDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)" /> method performs the design-time data binding.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Performs data binding of a <see cref="T:System.Web.UI.WebControls.ListControl" /> Web server control within a visual designer.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ListControlDataBindingHandler ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The .NET Framework internally constructs a new instance of the <see cref="T:System.Web.UI.Design.WebControls.ListControlDataBindingHandler" /> class when the class is referenced by a <see cref="T:System.Web.UI.DataBindingHandlerAttribute" /> attribute. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.ListControlDataBindingHandler" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="DataBindControl"><MemberSignature Language="C#" Value="public override void DataBindControl (System.ComponentModel.Design.IDesignerHost designer_host, System.Web.UI.Control control);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="designer_host" Type="System.ComponentModel.Design.IDesignerHost" /><Parameter Name="control" Type="System.Web.UI.Control" /></Parameters><Docs><param name="designer_host">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the <see cref="T:System.Web.UI.WebControls.ListControl" /> control that is specified by <paramref name="control" /> has a data source specified within its <see cref="P:System.Web.UI.IDataBindingsAccessor.DataBindings" /> property, the <see cref="M:System.Web.UI.Design.WebControls.ListControlDataBindingHandler.DataBindControl(System.ComponentModel.Design.IDesignerHost,System.Web.UI.Control)" /> method clears the <see cref="P:System.Web.UI.WebControls.ListControl.Items" /> collection of the <see cref="T:System.Web.UI.WebControls.ListControl" />, and then adds a string message indicating that the <see cref="T:System.Web.UI.WebControls.ListControl" /> is data bound to the <see cref="P:System.Web.UI.WebControls.ListControl.Items" /> collection.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Performs data binding on the specified control.</para></summary><param name="control"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.UI.Control" /> to bind. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>