Click or drag to resize
GridControlOnGridBeginPrintPreview Method
Raises the GridBeginPrintPreview event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool OnGridBeginPrintPreview(
	GridBeginPrintEventArgs e
)

Parameters

e
Type: Stingray.GridGridBeginPrintEventArgs
The event data.

Return Value

Type: Boolean
true on success.
Remarks
Invoke this method when print preview begins.
See Also