CopyToClipboardEventHandler Delegate

 

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.

Namespace:   Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

public delegate void CopyToClipboardEventHandler(
	Object^ sender,
	CopyToClipboardEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the status event.

e
Type: Microsoft.NetEnterpriseServers::CopyToClipboardEventArgs^

A CopyToClipboardEventArgs object that contains the event data.

Return to top
Show: