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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : GroupInterval イベント
Occurs whenever a row is being grouped and a custom interval has been specified.
シンタックス
'宣言
 
Public Event GroupInterval As GroupIntervalEventHandler
public event GroupIntervalEventHandler GroupInterval
イベント データ

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

プロパティ解説
Column that is being grouped.  
Row index that is being grouped.  
Underlying value of the row being grouped.  
参照