Validation.RemoveErrorHandler Método

Definición

Agrega un controlador de eventos para el evento adjunto Error al objeto especificado.

public:
 static void RemoveErrorHandler(System::Windows::DependencyObject ^ element, EventHandler<System::Windows::Controls::ValidationErrorEventArgs ^> ^ handler);
public static void RemoveErrorHandler (System.Windows.DependencyObject element, EventHandler<System.Windows.Controls.ValidationErrorEventArgs> handler);
static member RemoveErrorHandler : System.Windows.DependencyObject * EventHandler<System.Windows.Controls.ValidationErrorEventArgs> -> unit
Public Shared Sub RemoveErrorHandler (element As DependencyObject, handler As EventHandler(Of ValidationErrorEventArgs))

Parámetros

element
DependencyObject

Objeto UIElement o ContentElement del que se va a quitar handler.

handler
EventHandler<ValidationErrorEventArgs>

Controlador que se va a quitar.

Se aplica a