Version 24.2 (latest)

ClipboardOperationEventArgs Class Properties

For a list of all members of this type, see ClipboardOperationEventArgs members.

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