True DBGrid for WinForms
GroupAggregate イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : GroupAggregate イベント
Occurs when the C1DataColumn.Aggregate is set to Custom for a grouped row.
シンタックス
'宣言
 
Public Event GroupAggregate As GroupTextEventHandler
public event GroupTextEventHandler GroupAggregate
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、GroupTextEventArgs 型の引数を受け取りました。次の GroupTextEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Column that is being grouped.  
Last row index that is being grouped.  
Value that the data is being grouped on.  
Type of row being grouped.  
First row index that is being grouped.  
Custom text for the grouped row.  
参照