QueryDragDrop (NotesUIDatabase - LotusScript®)

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

NotesUIDatabase. Read-only. The current database.

EntryName

The alias name of the design element the event is executed against. This name can be found in the Design view of that element.

Continue As Variant

Boolean. Read-write. Indicates whether or not the dragdrop operation will proceed. Set this parameter to False if you do not want the operation to proceed.

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