ComponentOne FlexGrid for WinForms
SubtotalEventHandler Delegate

C1.Win.C1FlexGrid Namespace : SubtotalEventHandler Delegate
C1FlexGridBase object that raised the event.
SubtotalEventArgs that contains the event data.
Represents the method that will handle the C1FlexGridBase.BeforeSubtotal and C1FlexGridBase.AfterSubtotal events.
Syntax
'Declaration
 
Public Delegate Sub SubtotalEventHandler( _
   ByVal sender As Object, _
   ByVal e As SubtotalEventArgs _
) 
public delegate void SubtotalEventHandler( 
   object sender,
   SubtotalEventArgs e
)

Parameters

sender
C1FlexGridBase object that raised the event.
e
SubtotalEventArgs that contains the event data.
See Also

Reference

SubtotalEventHandler Members
C1.Win.C1FlexGrid Namespace