Application Events

Include Protected Members
Include Inherited Members

The Application type exposes the following members.

Events

  Name Description
Public event AfterCalculate The AfterCalculate event occurs when all pending refresh activity (both synchronous and asynchronous) and all of the resultant calculation activities have been completed. (Inherited from AppEvents_Event.)
Public event NewWorkbook Occurs when a new workbook is created. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowActivate Occurs when a Protected View window is activated. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowBeforeClose Occurs immediately before a Protected View window or a workbook in a Protected View window closes. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowBeforeEdit Occurs immediately before editing is enabled on the workbook in the specified Protected View window. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowDeactivate Occurs when a Protected View window is deactivated. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowOpen Occurs when a workbook is opened in a Protected View window. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowResize Occurs when any Protected View window is resized. (Inherited from AppEvents_Event.)
Public event SheetActivate Occurs when any sheet is activated. (Inherited from AppEvents_Event.)
Public event SheetBeforeDoubleClick Occurs when any worksheet is double-clicked, before the default double-click action. (Inherited from AppEvents_Event.)
Public event SheetBeforeRightClick Occurs when any worksheet is right-clicked, before the default right-click action. (Inherited from AppEvents_Event.)
Public event SheetCalculate Occurs after any worksheet is recalculated or after any changed data is plotted on a chart. (Inherited from AppEvents_Event.)
Public event SheetChange Occurs when cells in any worksheet are changed by the user or by an external link. (Inherited from AppEvents_Event.)
Public event SheetDeactivate Occurs when any sheet is deactivated. (Inherited from AppEvents_Event.)
Public event SheetFollowHyperlink Occurs when you click any hyperlink in Microsoft Excel. (Inherited from AppEvents_Event.)
Public event SheetPivotTableAfterValueChange Occurs after a cell or range of cells inside a PivotTable are edited or recalculated (for cells that contain formulas). (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeAllocateChanges Occurs before changes are applied to a PivotTable. (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeCommitChanges Occurs before changes are committed against the OLAP data source for a PivotTable. (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeDiscardChanges Occurs before changes to a PivotTable are discarded. (Inherited from AppEvents_Event.)
Public event SheetPivotTableUpdate Occurs after the sheet of the PivotTable report has been updated. (Inherited from AppEvents_Event.)
Public event SheetSelectionChange Occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet). (Inherited from AppEvents_Event.)
Public event WindowActivate Occurs when any workbook window is activated. (Inherited from AppEvents_Event.)
Public event WindowDeactivate Occurs when any workbook window is deactivated. (Inherited from AppEvents_Event.)
Public event WindowResize Occurs when any workbook window is resized. (Inherited from AppEvents_Event.)
Public event WorkbookActivate Occurs when any workbook is activated. (Inherited from AppEvents_Event.)
Public event WorkbookAddinInstall Occurs when a workbook is installed as an add-in. (Inherited from AppEvents_Event.)
Public event WorkbookAddinUninstall Occurs when any add-in workbook is uninstalled. (Inherited from AppEvents_Event.)
Public event WorkbookAfterSave Occurs after the workbook is saved. (Inherited from AppEvents_Event.)
Public event WorkbookAfterXmlExport Occurs after Microsoft Excel saves or exports data from any open workbook to an XML data file. (Inherited from AppEvents_Event.)
Public event WorkbookAfterXmlImport Occurs after an existing XML data connection is refreshed or new XML data is imported into any open Microsoft Excel workbook. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeClose Occurs immediately before any open workbook closes. (Inherited from AppEvents_Event.)
Public event WorkbookBeforePrint Occurs before any open workbook is printed. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeSave Occurs before any open workbook is saved. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeXmlExport Occurs before Microsoft Excel saves or exports data from any open workbook to an XML data file. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeXmlImport Occurs before an existing XML data connection is refreshed or new XML data is imported into any open Microsoft Excel workbook. (Inherited from AppEvents_Event.)
Public event WorkbookDeactivate Occurs when any open workbook is deactivated. (Inherited from AppEvents_Event.)
Public event WorkbookNewChart Occurs when a new chart is created in any open workbook. (Inherited from AppEvents_Event.)
Public event WorkbookNewSheet Occurs when a new sheet is created in any open workbook. (Inherited from AppEvents_Event.)
Public event WorkbookOpen Occurs when a workbook is opened. (Inherited from AppEvents_Event.)
Public event WorkbookPivotTableCloseConnection Occurs after a PivotTable report connection has been closed. (Inherited from AppEvents_Event.)
Public event WorkbookPivotTableOpenConnection Occurs after a PivotTablereport connection has been opened. (Inherited from AppEvents_Event.)
Public event WorkbookRowsetComplete The WorkbookRowsetCompleteevent occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable. (Inherited from AppEvents_Event.)
Public event WorkbookSync Occurs when the local copy of a workbook that is part of a Document Workspace is synchronized with the copy on the server. (Inherited from AppEvents_Event.)

Top

See Also

Reference

Application Interface

Microsoft.Office.Interop.Excel Namespace