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
frameworkElement
FrameworkElementThe framework element to set the value for.
value
boolThe value to set.