LOTUSSCRIPT/COM/OLE CLASSES


PostDocumentDelete event
Example

Occurs just after a document is deleted (cleared or cut).

Defined in

NotesUIDatabase

Syntax

PostDocumentDelete(Source as Notesuidatabase)

Parameters

Source


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.

Unauthorized users can execute any script that responds to this event, since PostDocumentDelete occurs before Notes verifies user authorization. Do not enter a script that you want only authorized users to execute.

Example