Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GridBeginPrintPreview Event

Back to Class Index

Invoked when print preview begins.     

[Visual Basic]
Public Event GridBeginPrintPreview As GridBeginPrintEventHandler
[C#]
public event GridBeginPrintEventHandler GridBeginPrintPreview;

Event Data

The event handler receives an argument of type GridBeginPrintEventArgs containing data related to this event. The following GridBeginPrintEventArgs 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