[]
Creates a new object with the PrintMessageBox event arguments.
public PrintMessageBoxEventArgs(SpreadView view, string abortMessage, int id, bool beginPrinting)
Public Sub New(view As SpreadView, abortMessage As String, id As Integer, beginPrinting As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet being printed |
string | abortMessage | Value of the PrintInfo.AbortMessage property for this sheet |
int | id | Print job identifier |
bool | beginPrinting | Whether the print job is beginning |
Creates a new object with the PrintMessageBox event arguments.
public PrintMessageBoxEventArgs(SpreadView view, string abortMessage, int id, bool beginPrinting, bool isPreview)
Public Sub New(view As SpreadView, abortMessage As String, id As Integer, beginPrinting As Boolean, isPreview As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet being printed |
string | abortMessage | Value of the PrintInfo.AbortMessage property for this sheet |
int | id | Print job identifier |
bool | beginPrinting | Whether the print job is beginning |
bool | isPreview | Flags event for PrintPreview |