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