[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintAbortEventHandler

PrintAbortEventHandler Delegate

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

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

Source of the event

PrintAbortEventArgs e

Event data