[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintBackgroundEventHandler

PrintBackgroundEventHandler Delegate

Represents a defined method that handles the PrintBackground event for the Spread component.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void PrintBackgroundEventHandler(object sender, PrintBackgroundEventArgs e)
Public Delegate Sub PrintBackgroundEventHandler(sender As Object, e As PrintBackgroundEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the PrintBackground event for the Spread component.
PrintBackgroundEventArgs e Represents a defined method that handles the PrintBackground event for the Spread component.