[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.EndPrint

EndPrint Event

Fires after the grid finishes printing.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event PrintEventHandler EndPrint
Returns
Type Description
PrintEventHandler Fires after the grid finishes printing.
Remarks

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.