CopyToClipboardEventArgs Constructors

Definition

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use CopyToClipboardEventArgs() instead.

Overloads

CopyToClipboardEventArgs()

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use CopyToClipboardEventArgs() instead.

CopyToClipboardEventArgs(String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use CopyToClipboardEventArgs(String) instead.

CopyToClipboardEventArgs()

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use CopyToClipboardEventArgs() instead.

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

Applies to

CopyToClipboardEventArgs(String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use CopyToClipboardEventArgs(String) instead.

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

Parameters

clipboardText
String

Error message information being copied.

Applies to