'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.