[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintAbortEventHandler

PrintAbortEventHandler Delegate

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

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.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 Represents a defined method that handles the PrintAbort event for the Spread component.
PrintAbortEventArgs e Represents a defined method that handles the PrintAbort event for the Spread component.