CopyToClipboardEventArgs Class
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.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.NetEnterpriseServers.CopyToClipboardEventArgs
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public NotInheritable Class CopyToClipboardEventArgs _
Inherits EventArgs
'Usage
Dim instance As CopyToClipboardEventArgs
public sealed class CopyToClipboardEventArgs : EventArgs
public ref class CopyToClipboardEventArgs sealed : public EventArgs
[<SealedAttribute>]
type CopyToClipboardEventArgs =
class
inherit EventArgs
end
public final class CopyToClipboardEventArgs extends EventArgs
The CopyToClipboardEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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 instead. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.