[]
Creates a new object with the PrintAbort event arguments.
public PrintAbortEventArgs(SpreadView view, bool abort)
Public Sub New(view As SpreadView, abort As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet being printed |
bool | abort | Whether to discontinue the print job |