PriorityBindingExpression.UpdateSource Method

Definition

Updates the source on the active binding.

public:
 override void UpdateSource();
public override void UpdateSource ();
override this.UpdateSource : unit -> unit
Public Overrides Sub UpdateSource ()

Remarks

This method calls the UpdateSource method on the ActiveBindingExpression property.

Applies to