CopyToClipboardEventArgs Class

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.

public ref class CopyToClipboardEventArgs sealed : EventArgs
public sealed class CopyToClipboardEventArgs : EventArgs
type CopyToClipboardEventArgs = class
    inherit EventArgs
Public NotInheritable Class CopyToClipboardEventArgs
Inherits EventArgs
Inheritance
CopyToClipboardEventArgs

Constructors

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.

Properties

ClipboardText

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 ClipboardText instead.

EventHandled

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 EventHandled instead.

Applies to