LOTUSSCRIPT/COM/OLE CLASSES


QueryDocumentDelete event
Example

Occurs just before a document or selected set of documents is deleted (cleared or cut).

Defined in

NotesUIDatabase

Syntax

QueryDocumentDelete(Source As Notesuidatabase, Continue As Variant)

Parameters

Source


Continue
Usage

When you create a script that responds to this event, Notes creates the syntax of the event for you (including the parameters). You do not need to type it in.

Example