Version

ClipboardOperationCancelEventArgs Class Members

The following tables list the members exposed by ClipboardOperationCancelEventArgs.

Public Constructors
 NameDescription
Public ConstructorClipboardOperationCancelEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyClipboardOperationReturns the ClipboardOperation that describes the action being executed with the Clipboard.  
Public PropertyDataObjectGets or sets the System.Windows.IDataObject that contains the data being used in the clipboard operation.  
Public PropertyExceptionReturns the exception which has occurred while de-serializing data from the Clipboard.  
See Also