LOTUSSCRIPT/COM/OLE CLASSES


QueryDragDrop event
Example

Occurs before the DragDrop operation is executed.

Note This event is new with Release 5.

Defined in

NotesUIDatabase

Syntax

QueryDragDrop(Source As Notesuidatabase, EntryName, Continue As Variant)

Parameters

Source


EntryName
Continue As Variant
Usage

This event does not support user interaction such as a Messagebox statement. Results are unspecified.

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