﻿<?xml version="1.0" encoding="utf-8"?><Type Name="BindingCompleteEventArgs" FullName="System.Windows.Forms.BindingCompleteEventArgs"><TypeSignature Language="C#" Value="public class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.ComponentModel.CancelEventArgs</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> contains information regarding exceptions or errors that occurred during a binding process.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides data for the <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public BindingCompleteEventArgs (System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="binding" Type="System.Windows.Forms.Binding" /><Parameter Name="state" Type="System.Windows.Forms.BindingCompleteState" /><Parameter Name="context" Type="System.Windows.Forms.BindingCompleteContext" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><paramref name="state" /> indicates whether the binding process was successful or an error or exception occurred. <paramref name="context" /> indicates whether the error occurred when updating the bound control or the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> class with the specified binding, error state, and binding context.</para></summary><param name="binding"><attribution license="cc4" from="Microsoft" modified="false" />The binding associated with this occurrence of a <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteState" /> values.</param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteContext" /> values. </param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public BindingCompleteEventArgs (System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="binding" Type="System.Windows.Forms.Binding" /><Parameter Name="state" Type="System.Windows.Forms.BindingCompleteState" /><Parameter Name="context" Type="System.Windows.Forms.BindingCompleteContext" /><Parameter Name="errorText" Type="System.String" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><paramref name="state" /> indicates whether the binding process was successful or an error or exception occurred. <paramref name="context" /> indicates whether the error occurred when updating the bound control or the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> class with the specified binding, error state and text, and binding context.</para></summary><param name="binding"><attribution license="cc4" from="Microsoft" modified="false" />The binding associated with this occurrence of a <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteState" /> values.</param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteContext" /> values. </param><param name="errorText"><attribution license="cc4" from="Microsoft" modified="false" />The error text or exception message for errors that occurred during the binding.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public BindingCompleteEventArgs (System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, Exception exception);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="binding" Type="System.Windows.Forms.Binding" /><Parameter Name="state" Type="System.Windows.Forms.BindingCompleteState" /><Parameter Name="context" Type="System.Windows.Forms.BindingCompleteContext" /><Parameter Name="errorText" Type="System.String" /><Parameter Name="exception" Type="System.Exception" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><paramref name="state" /> indicates whether the binding process was successful or an error or exception occurred. <paramref name="context" /> indicates whether the error occurred when updating the bound control or the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> class with the specified binding, error state and text, binding context, and exception.</para></summary><param name="binding"><attribution license="cc4" from="Microsoft" modified="false" />The binding associated with this occurrence of a <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteState" /> values.</param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteContext" /> values. </param><param name="errorText"><attribution license="cc4" from="Microsoft" modified="false" />The error text or exception message for errors that occurred during the binding.</param><param name="exception"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Exception" /> that occurred during the binding.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public BindingCompleteEventArgs (System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, Exception exception, bool cancel);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="binding" Type="System.Windows.Forms.Binding" /><Parameter Name="state" Type="System.Windows.Forms.BindingCompleteState" /><Parameter Name="context" Type="System.Windows.Forms.BindingCompleteContext" /><Parameter Name="errorText" Type="System.String" /><Parameter Name="exception" Type="System.Exception" /><Parameter Name="cancel" Type="System.Boolean" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><paramref name="state" /> indicates whether the binding process was successful or an error or exception occurred. <paramref name="context" /> indicates whether the error occurred when updating the bound control or the data source. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingCompleteEventArgs" /> class with the specified binding, error state and text, binding context, exception, and whether the binding should be cancelled.</para></summary><param name="binding"><attribution license="cc4" from="Microsoft" modified="false" />The binding associated with this occurrence of a <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event.</param><param name="state"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteState" /> values.</param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.BindingCompleteContext" /> values. </param><param name="errorText"><attribution license="cc4" from="Microsoft" modified="false" />The error text or exception message for errors that occurred during the binding.</param><param name="exception"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Exception" /> that occurred during the binding.</param><param name="cancel"><attribution license="cc4" from="Microsoft" modified="false" />true to cancel the binding and keep focus on the current control; false to allow focus to shift to another control.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Binding"><MemberSignature Language="C#" Value="public System.Windows.Forms.Binding Binding { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.Binding</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.BindingCompleteEventArgs.Binding" /> might also be associated with the <see cref="E:System.Windows.Forms.BindingSource.BindingComplete" /> event of a <see cref="T:System.Windows.Forms.BindingSource" /> or of a class that inherits from <see cref="T:System.Windows.Forms.BindingManagerBase" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the binding associated with this occurrence of a <see cref="E:System.Windows.Forms.Binding.BindingComplete" /> event.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BindingCompleteContext"><MemberSignature Language="C#" Value="public System.Windows.Forms.BindingCompleteContext BindingCompleteContext { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.BindingCompleteContext</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the direction of the binding operation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BindingCompleteState"><MemberSignature Language="C#" Value="public System.Windows.Forms.BindingCompleteState BindingCompleteState { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.BindingCompleteState</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Windows.Forms.BindingCompleteEventArgs.BindingCompleteState" /> to determine if the binding was successful, or an error or exception occurred.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the completion state of the binding operation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ErrorText"><MemberSignature Language="C#" Value="public string ErrorText { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property returns an empty string if no error occurred in the binding operation. It returns the value of the <see cref="P:System.Exception.Message" /> property when an exception occurs.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the text description of the error that occurred during the binding operation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Exception"><MemberSignature Language="C#" Value="public Exception Exception { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Exception</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property returns null if an exception did not occur during the binding operation.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the exception that occurred during the binding operation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>