OnAfterPasteEvent

    • Offizieller Beitrag

    The OnAfterPaste event is just a notification. You can use it to update your GUI. If you want to suppress pasting use OnBeforePasteEvent.

    Please note that the BeforePasteEvent gets the start paragraph as a var parameter. This is usueful if you intend to modify it but dangerous if you modify it in a loop. So please make sure you have a work varaiable, too.

    What dod you need to do?