BindingGroup.ValidateWithoutUpdate Método

Definición

Ejecuta el convertidor en el enlace y los objetos ValidationRule que tienen la propiedad ValidationStep establecida en RawProposedValue o ConvertedProposedValue.

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

Devoluciones

Boolean

Es true si las reglas de validación se ejecutan correctamente; en caso contrario, es false.

Comentarios

Los orígenes no se actualizan al llamar a este método.

Se aplica a