[]
Fires after the grid finishes printing.
public event PrintEventHandler EndPrint
Type | Description |
---|---|
PrintEventHandler | Fires after the grid finishes printing. |
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.