FlexPivot for WinForms
BeforePageBreak イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : BeforePageBreak イベント
Fires while the control is being printed to provide control over page breaks.
シンタックス
'宣言
 
Public Event BeforePageBreak As RowColEventHandler
public event RowColEventHandler BeforePageBreak
イベント データ

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

プロパティ解説
Gets or sets a value indicating whether the operation should be canceled.  
Gets the index of the column that caused the event.  
Gets the index of the row that caused the event.  
解説

This event is fired while the control is being printed with the PrintGrid(String,PrintGridFlags) method to provide control over page breaks.

Set the Cancel parameter to true to indicate that the given Row should not be printed at the top of a page. In this case, the control will move the break point up and fire the event again until it finds a valid break point. Note that you can only prevent page breaks, not force them.

参照