Click or drag to resize
GridControlPrint Event
Print event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax
[BrowsableAttribute(true)]
public event GridPrintEventHandler Print

Value

Type: Stingray.GridGridPrintEventHandler
Remarks
This event is invoked when a print operation is requested. See OnPrint.
See Also