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