ErrorProvider.UpdateBinding Method

Definition

Provides a method to update the bindings of the DataSource, DataMember, and the error text.

public:
 void UpdateBinding();
public void UpdateBinding ();
member this.UpdateBinding : unit -> unit
Public Sub UpdateBinding ()

Remarks

Typically, you call this method after you have called BindToDataAndErrors.

Applies to