Share via


ApplicationClass.WorkbookBeforePrint Event

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Event WorkbookBeforePrint As AppEvents_WorkbookBeforePrintEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookBeforePrintEventHandler

AddHandler instance.WorkbookBeforePrint, handler
public virtual event AppEvents_WorkbookBeforePrintEventHandler WorkbookBeforePrint

Implements

AppEvents_Event.WorkbookBeforePrint

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace