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