Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GridPrintPage Event

Back to Class Index

Invoked as each page is printed.     

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

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