Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GridPrintPreviewPage Event

Back to Class Index

Invoked as each page of a print preview is prepared for preview.     

[Visual Basic]
Public Event GridPrintPreviewPage As GridPrintPageEventHandler
[C#]
public event GridPrintPageEventHandler GridPrintPreviewPage;

Event Data

The event handler receives an argument of type GridPrintPageEventArgs containing data related to this event. The following GridPrintPageEventArgs properties provide information specific to this event.

PropertyDescription
CancelGets or sets a value that shows whether or not the printing operation should be cancelled.     
CurrentPageGets the page number of the page being printed.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace