Click or drag to resize
GridBeginPrintEventArgs Class
Supplies data for the GridBeginPrint event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class GridBeginPrintEventArgs : PrintEventArgs

The GridBeginPrintEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGridBeginPrintEventArgs
Initializes a new GridBeginPrintEventArgs object.
Top
Remarks
These event arguments are supplied to any overridden GridBeginPrint event handler, as well as to any delegates attached to the GridBeginPrint event.
The GridBeginPrint event occurs printing begins for a grid control. This class allows you to cancel the print operation.
See Also