Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active September 1, 2020 09:25
Show Gist options
  • Select an option

  • Save MartinZikmund/a02b54a293b9db35f965375e4e38f08f to your computer and use it in GitHub Desktop.

Select an option

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