LOTUSSCRIPT/COM/OLE CLASSES


QueryEntryResize event
Example

Occurs just before a resize operation in a calendar view.

Note This event is new with Release 6.

Defined in

NotesUIView class

Syntax

QueryEntryResize(Source As Notesuiview, Continue As Variant)

Parameters

Source


Continue
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