AppEvents_SheetBeforeDeleteEventHandler Delegate

Definition

A Delegate type used to add an event handler for the SheetBeforeDelete event. The SheetBeforeDelete event occurs before any sheet is deleted.

public delegate void AppEvents_SheetBeforeDeleteEventHandler(System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetBeforeDeleteEventHandler(object Sh);
Public Delegate Sub AppEvents_SheetBeforeDeleteEventHandler(Sh As Object)

Parameters

Sh
Object
Attributes

Applies to