WorkbookEvents_AfterSaveEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the AfterSave event. The AfterSave event occurs after the workbook is saved.
public delegate void WorkbookEvents_AfterSaveEventHandler(bool Success);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_AfterSaveEventHandler(bool Success);
Public Delegate Sub WorkbookEvents_AfterSaveEventHandler(Success As Boolean)
Parameters
- Success
- Boolean
true if the save operation was successful; otherwise, false.
- Attributes