FlexPivot for WinForms
EndPrint イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : EndPrint イベント
Fires after the grid finishes printing.
シンタックス
'宣言
 
Public Event EndPrint As System.Drawing.Printing.PrintEventHandler
public event System.Drawing.Printing.PrintEventHandler EndPrint
イベント データ

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

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
常に System.Drawing.Printing.PrintAction.PrintToFile を返します。  
解説

This event is typically used to update the user interface and provide feedback while printing the grid.

Use the PrintGrid(String,PrintGridFlags) method to print the grid and specify the document name, common printing options, headers and footers.

Use the PrintParameters property to specify less common printing options such as header and footer fonts, page margins, orientation, and so on.

参照