[]
Represents a defined method that handles the PrintCancelled event for the Spread component.
public delegate void PrintCancelledEventHandler(object sender, PrintCancelledEventArgs e)
Public Delegate Sub PrintCancelledEventHandler(sender As Object, e As PrintCancelledEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
PrintCancelledEventArgs | e | Event data |