BindingExpressionBase.UpdateTarget Method

Definition

Forces a data transfer from the binding source to the binding target.

public:
 virtual void UpdateTarget();
public virtual void UpdateTarget ();
abstract member UpdateTarget : unit -> unit
override this.UpdateTarget : unit -> unit
Public Overridable Sub UpdateTarget ()

Remarks

There is no default implementation on the base class.

Applies to

See also