Click or drag to resize
GridControlOnGridBeginPrint Method
Raises the GridBeginPrint event.

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

Parameters

e
Type: Stingray.GridGridBeginPrintEventArgs
The event data.

Return Value

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