Objective Grid for Microsoft® .NET® Reference Guide

GridPrintPageEventArgs Class

Back to Class Index

This class supplies data for the GridPrintPage event.     

For a list of all members of this type, see GridPrintPageEventArgs Members.

System.Object
   EventArgs
      GridPrintPageEventArgs

[Visual Basic]
Public Class GridPrintPageEventArgs
Inherits EventArgs
[C#]
public class GridPrintPageEventArgs : EventArgs

Remarks

    

These event arguments are supplied to any overridden GridPrintPage event handler, as well as to any delegates attached to the GridPrintPage event. The GridPrintPage event is invoked as each page of a printed GridControl is printed. This class allows you to cancel a print job and get the page number of the currently printing page (counting from 1).     

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

GridPrintPageEventArgs Members | Stingray.Grid Namespace