CopyToClipboardEventHandler Delegate

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

public delegate void CopyToClipboardEventHandler(System::Object ^ sender, CopyToClipboardEventArgs ^ e);
public delegate void CopyToClipboardEventHandler(object sender, CopyToClipboardEventArgs e);
type CopyToClipboardEventHandler = delegate of obj * CopyToClipboardEventArgs -> unit
Public Delegate Sub CopyToClipboardEventHandler(sender As Object, e As CopyToClipboardEventArgs)

Parameters

sender
Object

The source of the status event.

e
CopyToClipboardEventArgs

A CopyToClipboardEventArgs object that contains the event data.

Applies to