'宣言 Public Event EndPrint As System.Drawing.Printing.PrintEventHandler
public event System.Drawing.Printing.PrintEventHandler EndPrint
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Drawing.Printing.PrintEventArgs 型の引数を受け取りました。次の PrintEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
PrintAction | 常に 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.
参照