PasteCompleted Event

This event occurs immediately after pasted image or annotation data is committed to a location on an image. Pasted image or annotation data is committed when an end user clicks on a form, outside of a pasted image or annotation, or whenever the CompletePaste method is invoked.

Applies To

Image Edit control

Syntax

Sub object_PasteCompleted( )

Arguments

None

Remarks

The ClipboardPaste method must be invoked for this event to be triggered.

See Also

ClipboardPaste method

CompletePaste method