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