Method SetValidationOnLostFocus
- Namespace
- Innova.Prism.Library.Extensions
- Assembly
- Innova.Prism.Library.dll
SetValidationOnLostFocus(FrameworkElement, bool)
Sets the value of the ValidationOnLostFocus attached property.
public static void SetValidationOnLostFocus(FrameworkElement frameworkElement, bool value)
Parameters
frameworkElementFrameworkElementThe framework element to set the value for.
valueboolThe value to set.