'宣言 Public Delegate Sub SubtotalEventHandler( _ ByVal sender As System.Object, _ ByVal e As SubtotalEventArgs _ )
public delegate void SubtotalEventHandler( System.object sender, SubtotalEventArgs e )
パラメータ
- sender
- C1FlexGridBase object that raised the event.
- e
- SubtotalEventArgs that contains the event data.