Click or drag to resize
GridControlOnGridEndPrintPreview Method
Raises the GridEndPrintPreview event.

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

Parameters

e
Type: Stingray.GridGridEndPrintEventArgs
The event data.

Return Value

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