Click or drag to resize
GridEndPrintEventArgs Class
Supplies data for the GridEndPrint 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 GridEndPrintEventArgs : PrintEventArgs

The GridEndPrintEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGridEndPrintEventArgs
Initializes a new instance of the GridEndPrintEventArgs class.
Top
Remarks
These event arguments are supplied to any overridden GridEndPrint event handler, as well as to any delegates attached to the GridEndPrint event.
The GridEndPrint event is invoked after a grid printing operation has ended.
See Also