Dela via


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
Public method CopyToClipboardEventArgs() Creates a new instance of CopyToClipboardEventArgs with the default properties.
Public method CopyToClipboardEventArgs(String) Creates a new instance of CopyToClipboardEventArgs with the specified copied text.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ClipboardText Gets the error message information being copied.
Public property EventHandled Gets or sets whether the OnCopyToClipboard event is handled.

Top