Evento OnCopyToClipboard
Occurs when exception message text is copied from the message box to the Clipboard.
Spazio dei nomi Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Event OnCopyToClipboard As CopyToClipboardEventHandler
'Utilizzo
Dim instance As ExceptionMessageBox
Dim handler As CopyToClipboardEventHandler
AddHandler instance.OnCopyToClipboard, handler
public event CopyToClipboardEventHandler OnCopyToClipboard
public:
event CopyToClipboardEventHandler^ OnCopyToClipboard {
void add (CopyToClipboardEventHandler^ value);
void remove (CopyToClipboardEventHandler^ value);
}
member OnCopyToClipboard : IEvent<CopyToClipboardEventHandler,
CopyToClipboardEventArgs>
JScript supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.
Osservazioni
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.