PostDragDrop (NotesUIDatabase - LotusScript®)
Occurs just after drag and drop operation in a database.
Note: This event is new with Release 5.
Defined in
Syntax
PostDragDrop(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
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.