CopyToClipboardEventArgs Members
Include Protected Members
Include Inherited Members
Returns information when the OnCopyToClipboard event occurs.
The CopyToClipboardEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CopyToClipboardEventArgs() | Creates a new instance of CopyToClipboardEventArgs with the default properties. |
![]() |
CopyToClipboardEventArgs(String) | Creates a new instance of CopyToClipboardEventArgs with the specified copied text. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClipboardText | Gets the error message information being copied. |
![]() |
EventHandled | Gets or sets whether the OnCopyToClipboard event is handled. |
Top