Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GridEndPrintPreview Event

Back to Class Index

Invoked when print preview ends.     

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

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