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.
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.
Show: