[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintEventHandler

PrintEventHandler Delegate

Represents a defined method that handles the Print event in the Spread component.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void PrintEventHandler(object sender, PrintEventArgs e)
Public Delegate Sub PrintEventHandler(sender As Object, e As PrintEventArgs)
Parameters
Type Name Description
object sender

Object that raised the event

PrintEventArgs e

PrintEventArgs object that contains event data