CopyToClipboardEventArgs Constructors

Definition

Creates a new instance of CopyToClipboardEventArgs with the default properties.

Overloads

CopyToClipboardEventArgs()

Creates a new instance of CopyToClipboardEventArgs with the default properties.

CopyToClipboardEventArgs(String)

Creates a new instance of CopyToClipboardEventArgs with the specified copied text.

CopyToClipboardEventArgs()

Creates a new instance of CopyToClipboardEventArgs with the default properties.

public:
 CopyToClipboardEventArgs();
public CopyToClipboardEventArgs ();
Public Sub New ()

Remarks

The default constructor initializes any fields to their default values.

Applies to

CopyToClipboardEventArgs(String)

Creates a new instance of CopyToClipboardEventArgs with the specified copied text.

public:
 CopyToClipboardEventArgs(System::String ^ clipboardText);
public CopyToClipboardEventArgs (string clipboardText);
new Microsoft.SqlServer.MessageBox.CopyToClipboardEventArgs : string -> Microsoft.SqlServer.MessageBox.CopyToClipboardEventArgs
Public Sub New (clipboardText As String)

Parameters

clipboardText
String

Error message information being copied.

Applies to