'宣言 Public Delegate Sub FormatLabelEventHandler( _ ByVal sender As System.Object, _ ByVal e As FormatLabelEventArgs _ )
public delegate void FormatLabelEventHandler( System.object sender, FormatLabelEventArgs e )
パラメータ
- sender
- イベントのソース。
- e
- イベントデータを含む FormatLabelEventArgs オブジェクト。