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