Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

58 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="BindingCompleteContext" FullName="System.Windows.Forms.BindingCompleteContext">
<TypeSignature Language="C#" Value="public enum BindingCompleteContext" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Windows.Forms.BindingCompleteContext" /> enumeration is used by the <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the direction of the binding operation.</para>
</summary>
</Docs>
<Members>
<Member MemberName="ControlUpdate">
<MemberSignature Language="C#" Value="ControlUpdate" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.BindingCompleteContext</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An indication that the control property value is being updated from the data source.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="DataSourceUpdate">
<MemberSignature Language="C#" Value="DataSourceUpdate" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.BindingCompleteContext</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An indication that the data source value is being updated from the control property.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>