FlexPivot for WinForms
SubtotalEventHandler デリゲート

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : SubtotalEventHandler デリゲート
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.
シンタックス
'宣言
 
Public Delegate Sub SubtotalEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As SubtotalEventArgs _
) 
public delegate void SubtotalEventHandler( 
   System.object sender,
   SubtotalEventArgs e
)

パラメータ

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

SubtotalEventHandler メンバ
C1.Win.C1FlexGrid 名前空間