FlexGrid for WinForms
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 _
) 
'Usage
 
Dim instance As New SubtotalEventHandler(AddressOf HandlerMethod)
public delegate void SubtotalEventHandler( 
   object sender,
   SubtotalEventArgs e
)
public delegate void SubtotalEventHandler( 
   Object^ sender,
   SubtotalEventArgs^ e
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubtotalEventHandler Members
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback