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