[]
Represents a defined method that handles the PrintBackground event for the Spread component.
public delegate void PrintBackgroundEventHandler(object sender, PrintBackgroundEventArgs e)
Public Delegate Sub PrintBackgroundEventHandler(sender As Object, e As PrintBackgroundEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents a defined method that handles the PrintBackground event for the Spread component. |
PrintBackgroundEventArgs | e | Represents a defined method that handles the PrintBackground event for the Spread component. |