Skip to main content
All docs
V23.2

ClipboardAccessPolicy.ClipboardOperationEventArgs Properties

Contains data for clipboard-related events.
Name Description
DataFormat Gets the data format.
DataObject Gets an object that defines a format-independent mechanism for transferring data.
IsClearOperation Gets a value that indicates whether the clipboard clear operation is being processed.
IsCopyOperation Gets a value that indicates whether the copy-to-clipboard operation is being processed.
IsPasteOperation Gets a value that indicates whether the paste-from-clipboard operation is being processed.
Operation Gets the clipboard-related operation being processed.
See Also