'Declaration Public Delegate Sub ValidationErrorEventHandler( _ ByVal sender As Object, _ ByVal e As ValidationErrorEventArgs _ )
public delegate void ValidationErrorEventHandler( object sender, ValidationErrorEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A ValidationErrorEventArgs object that contains the event data.