'宣言 Public Delegate Sub ValidationErrorEventHandler( _ ByVal sender As System.Object, _ ByVal e As ValidationErrorEventArgs _ )
public delegate void ValidationErrorEventHandler( System.object sender, ValidationErrorEventArgs e )
パラメータ
- sender
 - The source of the event.
 - e
 - A ValidationErrorEventArgs object that contains the event data.