Hi Jaydeep,
There is a System.Windows.Forms.Clipboard class that provides some ability
to work with the System Clipboard. However, this does not have events
associated with it. Also, you didn't mention whether you want to monitor
Clipboard events in an application, or for the entire OS. If you want to
monitor Clipboard events in an application, you can simply raise an event
whenever you access the Clipboard. If you want to monitor *all* Clipboard
events, you will need to use the unmanaged Windows API and PInvoke. The
documentation for the WinAPI Clipboard, and all of its events, is:
http://windowssdk.msdn.microsoft.com/en-us/library/ms674551.aspx
--
HTH,
Kevin Spencer
Microsoft MVP
Chicken Salad Surgery
What You Seek Is What You Get.