[]
Represents the event data for the PrintAbort event for the Spread component, which allows the user to discontinue the printing at any time during a print job.
public class PrintAbortEventArgs : EventArgs
Public Class PrintAbortEventArgs
Inherits EventArgs
Name | Description |
---|---|
PrintAbortEventArgs(SpreadView, bool) | Creates a new object with the PrintAbort event arguments. |
Name | Description |
---|---|
Abort | Gets or sets whether to discontinue the print job. |