CopyToClipboardEventArgs 클래스

Returns information when the OnCopyToClipboard event occurs.

상속 계층

System.Object
  System.EventArgs
    Microsoft.SqlServer.MessageBox.CopyToClipboardEventArgs

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public NotInheritable Class CopyToClipboardEventArgs _
    Inherits EventArgs
‘사용 방법
Dim instance As CopyToClipboardEventArgs
public sealed class CopyToClipboardEventArgs : EventArgs
public ref class CopyToClipboardEventArgs sealed : public EventArgs
[<SealedAttribute>]
type CopyToClipboardEventArgs =  
    class 
        inherit EventArgs 
    end
public final class CopyToClipboardEventArgs extends EventArgs

CopyToClipboardEventArgs 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 CopyToClipboardEventArgs() Creates a new instance of CopyToClipboardEventArgs with the default properties.
공용 메서드 CopyToClipboardEventArgs(String) Creates a new instance of CopyToClipboardEventArgs with the specified copied text.

맨 위로 이동

속성

  이름 설명
공용 속성 ClipboardText Gets the error message information being copied.
공용 속성 EventHandled Gets or sets whether the OnCopyToClipboard event is handled.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

The OnCopyToClipboard event is used when the message box is 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 the OnCopyToClipboard event enables the action to be marshaled manually to the appropriate thread. In this case, the EventHandled property should be set to true to prevent the exception message box from continuing with the copy operation.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.MessageBox 네임스페이스