Occurs when the user selects the menu or toolbar Copy Selection to Clipboard command.
Visual Basic |
---|
Public Event OnMainCopyPageToClipboardStart() |
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.