QueryEntryResize (NotesUIView class - LotusScript®)
Occurs just before a resize operation in a calendar view.
Note: This event is new with Release 6.
Defined in
Syntax
QueryEntryResize(Source As Notesuiview, Continue As Variant)
Parameters
Source
NotesUIView. Read-only. The current view.
Continue
Boolean. Read-write. Indicates whether or not the resize operation proceeds. 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.