GrapeCity.Win.MultiRow.v120 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > GcMultiRow クラス : SectionPainting イベント |
Public Event SectionPainting As EventHandler(Of SectionPaintingEventArgs)
public event EventHandler<SectionPaintingEventArgs> SectionPainting
イベント ハンドラが、このイベントに関連するデータを含む、SectionPaintingEventArgs 型の引数を受け取りました。次の SectionPaintingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ClipBounds | 現在の描画Sectionのクリッピング境界を取得します。 |
Graphics | セルの描画に使用されたグラフィックを取得します。 |
Handled | System.ComponentModel.HandledEventArgsから継承されます。 |
IsPrinting | このセルが印刷中かどうかを示す値を取得します。 |
RowIndex | イベントが発生したオーナーRowのインデックスを取得します。 |
Scope | イベントが発生したセルの領域を取得します。 |
SectionBounds | このセクションの境界を取得します。 |
SectionIndex | イベントが発生したオーナーSectionのインデックスを取得します。 |
ZoomFactor | 現在のGcMultiRowコントロールのズーム倍率を取得します。 |