Version

ClipboardOperationEventArgs Class Members

The following tables list the members exposed by ClipboardOperationEventArgs.

Public Constructors
 NameDescription
Public ConstructorClipboardOperationEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyClipboardOperationReturns the ClipboardOperation that describes the action being executed with the Clipboard.  
Public PropertyDataObjectReturns the System.Windows.IDataObject that contains the data being used in the clipboard operation.  
Public PropertyExceptionReturns the exception which has occurred while serializing or de-serializing data on the Clipboard, regardless of whether the operation was successful or not.  
Public PropertyStatusReturns the ClipboardOperationStatus that describes the status of the executed Clipboard operation.  
See Also