ClipboardAccessPolicy.FailedEventArgs Properties
Contains data for the Failed event.
Name | Description |
---|---|
Data |
Gets the data format.
Inherited from Clipboard |
Data |
Gets an object that defines a format-independent mechanism for transferring data.
Inherited from Clipboard |
Exception | Gets the exception. |
Is |
Gets a value that indicates whether the clipboard clear operation is being processed.
Inherited from Clipboard |
Is |
Gets a value that indicates whether the copy-to-clipboard operation is being processed.
Inherited from Clipboard |
Is |
Gets a value that indicates whether the paste-from-clipboard operation is being processed.
Inherited from Clipboard |
Operation |
Gets the clipboard-related operation being processed.
Inherited from Clipboard |
Throw | Gets or sets whether to throw an exception. |
See Also