Membros CopyToClipboardEventArgs
Returns information when the OnCopyToClipboard event occurs.
O tipo CopyToClipboardEventArgs expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
CopyToClipboardEventArgs() () () () | Creates a new instance of CopyToClipboardEventArgs with the default properties. | |
CopyToClipboardEventArgs(String) | Creates a new instance of CopyToClipboardEventArgs with the specified copied text. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ClipboardText | Gets the error message information being copied. | |
EventHandled | Gets or sets whether the OnCopyToClipboard event is handled. |
Início