Version

ClipboardPasteErrorEventArgs Class Members

The following tables list the members exposed by ClipboardPasteErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorClipboardPasteErrorEventArgs ConstructorThe constructor for the Clipboard Paste Error Event Args, sets a couple of default values.  
Public Properties
 NameDescription
Public PropertyAttemptRecoverSet by the handler of the error, allows the paste process to attempt to recover from the error  
Public PropertyErrorTypeThe type of error that occurred during the excel style paste operation  
Public PropertyIsRecoverableSet by the Paste Process, dictates whether or not this error is recoverable  
See Also