Compartir a través de


CopyToClipboardEventArgs.EventHandled Propiedad

Gets or sets whether the OnCopyToClipboard event is handled.

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Property EventHandled As Boolean 
    Get 
    Set
'Uso
Dim instance As CopyToClipboardEventArgs 
Dim value As Boolean 

value = instance.EventHandled

instance.EventHandled = value
public bool EventHandled { get; set; }
public:
property bool EventHandled {
    bool get ();
    void set (bool value);
}
member EventHandled : bool with get, set
function get EventHandled () : boolean 
function set EventHandled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Comentarios

The default value for EventHandled is false.

If the EventHandled property is set to true, the exception message box does not attempt to copy the message to the clipboard.

If a thread does not belong to a Microsoft Windows form, set the EventHandled property to true. This prevents an error from occurring when displaying the exception message box in a multi-threaded application.

Vea también

Referencia

CopyToClipboardEventArgs Clase

Espacio de nombres Microsoft.SqlServer.MessageBox