<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 27 gen 2020 alle ore 19:09 T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
There are two ways that text can be pasted. By keyboard (Ctrl-V) and by mouse (right-click, paste). Trapping the Ctrl-V key <br>
event is rather trivial. The only way I can think of off hand to trap a right-click & paste is to track and test for a certain <br>
sequence of events. A mouse paste would consist of a MouseDown event followed by a Change event (there is no MouseUp event on a <br>
right-click).<br>
...<br>
Lee<br></blockquote><div><br></div><div>I don't know why I tried to manage the paste event and my code is really bad.<br>But here your right click management always works even when you don't paste (Undo, Select all).<br>I think it would be better to overwrite the popup menu.</div><div><br></div><div>Gianluigi<br></div></div></div>