[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintDocumentEventHandler

PrintDocumentEventHandler Delegate

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

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

Source of the event

PrintDocumentEventArgs e

Event data