Spread Windows Forms 12.0 Product Documentation
OnPrintBackground Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnPrintBackground Method
PrintBackgroundEventArgs object that contains the event data
Raises the PrintBackground event.
Syntax
'Declaration
 
Protected Overridable Sub OnPrintBackground( _
   ByVal e As PrintBackgroundEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As PrintBackgroundEventArgs
 
instance.OnPrintBackground(e)
protected virtual void OnPrintBackground( 
   PrintBackgroundEventArgs e
)

Parameters

e
PrintBackgroundEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members