'Declaration Public Overloads Sub ValidateCurrentValue()
public void ValidateCurrentValue()
ValueInput automatically validates the value whenever it changes and therefore typically it should not be necessary to call this method. However there may be times when you may want to force the value to be re-validated, for instance when the external validation criteria changes. This is especially useful when you are overriding the ValidateCurrentValue(Exception) virtual method to provide custom logic for the value validation. The ValueInput will update the IsValueValid property to reflect whether the value is valid or not.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2