System.Windows.Forms.BindingCompleteState Enumeration

Indicates the result of a completed binding operation.

Syntax

public enum BindingCompleteState

Remarks

The System.Windows.Forms.BindingCompleteState is used by the System.Windows.Forms.BindingCompleteEventArgs type.

Members

Member NameDescription
DataError

An indication that the binding operation failed with a data error.

Exception

An indication that the binding operation failed with an exception.

Success

An indication that the binding operation completed successfully.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0