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