Objective Grid for Microsoft® .NET® Reference Guide

GridBeginPrintEventArgs Class

Back to Class Index

This class supplies the data for the GridBeginPrint event.     

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

System.Object
   EventArgs
      CancelEventArgs
         PrintEventArgs
            GridBeginPrintEventArgs

[Visual Basic]
Public Class GridBeginPrintEventArgs
Inherits PrintEventArgs
[C#]
public class GridBeginPrintEventArgs : PrintEventArgs

Remarks

    

These event arguments are supplied to any overridden GridBeginPrint event handler, as well as to any delegates attached to the GridBeginPrint event. This event is invoked when printing begins for a grid control. This class allows you to cancel the print operation through PrintEventArgs.     

    

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

GridBeginPrintEventArgs Members | Stingray.Grid Namespace