Most examples on here are people creating a screen shot manually in C#.
My goal is to listen for the PRINTSCREEN keyboard event, and after the event is called I take the clipboard data and do something with it. I need to make sure I only access the clipboard after the PRINTSCREEN event has captured the screenshot.
Any suggestions?