Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active September 1, 2020 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/a02b54a293b9db35f965375e4e38f08f to your computer and use it in GitHub Desktop.
Save MartinZikmund/a02b54a293b9db35f965375e4e38f08f to your computer and use it in GitHub Desktop.
Clipboard.HistoryEnabledChanged += (S,e) =>
{
if (Clipboard.IsHistoryEnabled())
{
// Retrieve history items
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment