OnSize (NotesUIDocument - LotusScript®)
Occurs when document window is resized.
Note: This event is new with Release 12.
Defined in
Syntax
OnSize (Source as NotesUIDocument)
Parameters
Source
Usage
When you create a script that responds to this event, Domino® creates the syntax of the event for you (including the parameters). You do not need to type it in.
Example
Sub Onsize(Source As Notesuidocument)
Call Source.RefreshHideFormulas
End Sub