PostPaste (NotesUIView - LotusScript®)

Occurs just after a document is pasted in the view.

Defined in

NotesUIView

Syntax

PostPaste(Source As Notesuiview)

Parameters

Source

NotesUIView. Read-only. The current view.

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