FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SubtotalEventHandler Delegate
C1FlexGridBase object that raised the event.
SubtotalEventArgs that contains the event data.

In This Topic
    SubtotalEventHandler Delegate
    In This Topic
    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