ValidationErrorEventArgs.Action Propiedad

Definición

Obtiene un valor que indica si el error es un error nuevo o un error existente que ahora se ha borrado.

public:
 property System::Windows::Controls::ValidationErrorEventAction Action { System::Windows::Controls::ValidationErrorEventAction get(); };
public System.Windows.Controls.ValidationErrorEventAction Action { get; }
member this.Action : System.Windows.Controls.ValidationErrorEventAction
Public ReadOnly Property Action As ValidationErrorEventAction

Valor de propiedad

Valor ValidationErrorEventAction que indica si el error es un error nuevo o un error existente que ahora se ha borrado.

Se aplica a