This topic has not yet been rated - Rate this topic

ExceptionMessageBox.OnCopyToClipboard Event

Occurs when exception message text is copied from the message box to the Clipboard.

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
public event CopyToClipboardEventHandler OnCopyToClipboard

This event is used when the message box in displayed in a multi-threaded application from a thread that does not belong to a Microsoft Windows form. In this case, an exception occurs and this enables the action to be marshaled manually to the appropriate thread.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.