You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Controls how validation errors are handled./// </summary>publicenumValidationErrorUpdateMode{/// <summary>/// Resets the value, not the view. This asserts that the invalid value will not be sent to the binding source on lost focus./// </summary>Reset,/// <summary>/// Update the binding source with the invalid value. When this happens will depend on the bindings UpdateSourceTrigger/// </summary>UpdateSource}
The text was updated successfully, but these errors were encountered: