Version

ClipboardPasteError Event

This event is raised when paste operation is initiated.
Syntax
'Declaration
 
Public Event ClipboardPasteError As EventHandler(Of ClipboardPasteErrorEventArgs)
public event EventHandler<ClipboardPasteErrorEventArgs> ClipboardPasteError
Event Data

The event handler receives an argument of type ClipboardPasteErrorEventArgs containing data related to this event. The following ClipboardPasteErrorEventArgs properties provide information specific to this event.

PropertyDescription
AttemptRecover Set by the handler of the error, allows the paste process to attempt to recover from the error
ErrorType The type of error that occurred during the excel style paste operation
IsRecoverable Set by the Paste Process, dictates whether or not this error is recoverable
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also