Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GridEndPrint Event

Back to Class Index

Invoked when printing ends.     

[Visual Basic]
Public Event GridEndPrint As GridEndPrintEventHandler
[C#]
public event GridEndPrintEventHandler GridEndPrint;

Event Data

The event handler receives an argument of type GridEndPrintEventArgs containing data related to this event. The following GridEndPrintEventArgs property provides information specific to this event.

PropertyDescription
Cancel Gets or sets a value indicating whether the event should be canceled.

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace