WorkbookEvents_AfterSaveEventHandler Delegate

Definition

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

Applies to