[]
Represents the event data for the PrintMessageBox event for the Spread component, which occurs when the print message box is to be displayed.
public class PrintMessageBoxEventArgs : EventArgs
Public Class PrintMessageBoxEventArgs
Inherits EventArgs
Name | Description |
---|---|
PrintMessageBoxEventArgs(SpreadView, string, int, bool) | Creates a new object with the PrintMessageBox event arguments. |
PrintMessageBoxEventArgs(SpreadView, string, int, bool, bool) | Creates a new object with the PrintMessageBox event arguments. |
Name | Description |
---|---|
AbortMessage | Gets the message displayed if the print job is canceled. |
BeginPrinting | Gets whether the print job is beginning or ending. |
Cancel | Gets or sets whether to cancel the default abort message box. |
Id | Gets the print job identifier. |
IsPreview | Gets whether this event is for the print preview. |