[]
Represents the method that will handle the BeforeSubtotal and AfterSubtotal events.
public delegate void SubtotalEventHandler(object sender, SubtotalEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | C1FlexGridBase object that raised the event. |
| SubtotalEventArgs | e | SubtotalEventArgs that contains the event data. |
| Name | Description |
|---|---|
| SubtotalEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, SubtotalEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, SubtotalEventArgs) |