DocEvents_BeforeDeleteEventHandler Delegate

Definition

A Delegate type used to add an event handler for the Microsoft.Office.Interop.Excel.AppEvents_Event.BeforeDelete event. The BeforeDelete event occurs before any sheet is deleted.

public delegate void DocEvents_BeforeDeleteEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_BeforeDeleteEventHandler();
Public Delegate Sub DocEvents_BeforeDeleteEventHandler()
Attributes

Applies to