Willy-Kimura / SharpClipboard

A library for anonymously monitoring clipboard entries.
183 stars 34 forks source link

It always issues ClipboardChanged event when my application start. #15

Closed GF-Huang closed 4 years ago

GF-Huang commented 4 years ago

How to make it only issues ClipboardChanged event when first time copy rather then my application start.

Willy-Kimura commented 4 years ago

Simply set the property ObserveLastEntry to false.

GF-Huang commented 4 years ago

So does the comment reversed?

image

Willy-Kimura commented 4 years ago

Yes I noticed that too. Will sort that out in the next release.

GF-Huang commented 4 years ago

OK, it works correct after I set it to false, thank you.