Delegate ValidationEventHandler
Represents the method that will handle an event with ValidationEventArgs event data.
public delegate void ValidationEventHandler(object? sender, ValidationEventArgs e)
Parameters
sender
objectThe source of the event.
e
ValidationEventArgsAn object that contains an event data.