BindingExpression.UpdateSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends the current binding target value to the binding source property in TwoWay bindings.
public:
virtual void UpdateSource() = UpdateSource;
void UpdateSource();
public void UpdateSource();
function updateSource()
Public Sub UpdateSource ()
Remarks
If the UpdateSourceTrigger value of a two-way binding is set to Explicit, you must call the UpdateSource method or the changes will not propagate back to the source.
Calling this method does nothing if the Mode value of the binding is not TwoWay.