[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SubtotalEventHandler

SubtotalEventHandler Delegate

Represents the method that will handle the BeforeSubtotal and AfterSubtotal events.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void SubtotalEventHandler(object sender, SubtotalEventArgs e)
Parameters
Type Name Description
object sender

C1FlexGridBase object that raised the event.

SubtotalEventArgs e

SubtotalEventArgs that contains the event data.

Constructors

Name Description
SubtotalEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, SubtotalEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, SubtotalEventArgs)