'宣言 Public Delegate Sub SubtotalEventHandler( _ ByVal sender As System.Object, _ ByVal e As SubtotalEventArgs _ )
public delegate void SubtotalEventHandler( System.object sender, SubtotalEventArgs e )
パラメータ
- sender
- イベントを起こした C1FlexGridBaseオブジェクト。
- e
- イベントデータを含む SubtotalEventArgs。