AppEvents_WorkbookBeforePrintEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the WorkbookBeforePrint event. The WorkbookBeforePrint event occurs before any open workbook is printed.
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[ComVisibleAttribute(false)] public delegate void AppEvents_WorkbookBeforePrintEventHandler( Workbook Wb, out bool Cancel )
Parameters
- Wb
- Type: Microsoft.Office.Interop.Excel.Workbook
The workbook.
- Cancel
- Type: System.Boolean%
False when the event occurs. If the event procedure sets this argument to True, the workbook isn't printed when the procedure is finished.