[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintCancelledEventHandler

PrintCancelledEventHandler Delegate

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

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

Source of the event

PrintCancelledEventArgs e

Event data