1 instantiation of ValidationErrorEventArgs
PresentationFramework (1)
System\Windows\Controls\Validation.cs (1)
591
ValidationErrorEventArgs args = new
ValidationErrorEventArgs
(validationError, action);
6 references to ValidationErrorEventArgs
PresentationFramework (6)
System\Windows\Controls\Validation.cs (4)
42
typeof(EventHandler<
ValidationErrorEventArgs
>),
51
public static void AddErrorHandler(DependencyObject element, EventHandler<
ValidationErrorEventArgs
> handler)
61
public static void RemoveErrorHandler(DependencyObject element, EventHandler<
ValidationErrorEventArgs
> handler)
591
ValidationErrorEventArgs
args = new ValidationErrorEventArgs(validationError, action);
System\Windows\Controls\ValidationErrorEventArgs.cs (2)
85
EventHandler<
ValidationErrorEventArgs
> handler = (EventHandler<
ValidationErrorEventArgs
>) genericHandler;