1 instantiation of ValidationErrorEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Controls\Validation.cs (1)
586
ValidationErrorEventArgs args = new
ValidationErrorEventArgs
(validationError, action);
6 references to ValidationErrorEventArgs
PresentationFramework (6)
src\Framework\System\Windows\Controls\Validation.cs (4)
50
typeof(EventHandler<
ValidationErrorEventArgs
>),
59
public static void AddErrorHandler(DependencyObject element, EventHandler<
ValidationErrorEventArgs
> handler)
69
public static void RemoveErrorHandler(DependencyObject element, EventHandler<
ValidationErrorEventArgs
> handler)
586
ValidationErrorEventArgs
args = new ValidationErrorEventArgs(validationError, action);
src\Framework\System\Windows\Controls\ValidationErrorEventArgs.cs (2)
91
EventHandler<
ValidationErrorEventArgs
> handler = (EventHandler<
ValidationErrorEventArgs
>) genericHandler;