LOTUSSCRIPT/COM/OLE CLASSES


PostDragDrop event
Example

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

Defined in

NotesUIView

Syntax

PostDragDrop(Source As Notesuiview)

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.

Example