Occurs when the Copy Selection to Clipboard command has completed.
Visual Basic |
---|
Public Event OnMainCopyPageToClipboardFinish() |
When the user clicks on the menu or toolbar button Copy Page to Clipboard, it will first
generate the "OnMainCopyPageToClipboardStart" event, copies the current image selection
to the clipboard, then generate the "OnMainCopyPageToClipboardFinish" event.
generate the "OnMainCopyPageToClipboardStart" event, copies the current image selection
to the clipboard, then generate the "OnMainCopyPageToClipboardFinish" event.