BindingGroup.ValidateWithoutUpdate 方法

定义

对绑定和ValidationRule属性ValidationStep设置为或RawProposedValue已设置ConvertedProposedValue的对象运行转换器。

public:
 bool ValidateWithoutUpdate();
public bool ValidateWithoutUpdate();
member this.ValidateWithoutUpdate : unit -> bool
Public Function ValidateWithoutUpdate () As Boolean

返回

true 如果验证规则成功,则为否则,为 false.

注解

调用此方法时,源不会更新。

适用于