LOTUSSCRIPT/COM/OLE CLASSES


QueryDragDrop event
Example

Occurs just before a drag and drop operation in a calendar view.

Defined in

NotesUIView class

Syntax

QueryDragDrop(Source As Notesuiview, Continue As Variant)

Parameters

Source


Continue
Usage

The event in the source folder, not the destination folder, executes when an object is selected to drag.

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