Back to Devexpress

ClipboardAccessPolicy Events

corelibraries-devexpress-dot-data-dot-utils-dot-clipboardaccesspolicy-dot-underscore-events.md

latest1.7 KB
Original Source

ClipboardAccessPolicy Events

Allows you to control clipboard-related operations initiated by users and DevExpress UI controls for WinForms and WPF.

NameDescription
Cleared staticFires after a DevExpress UI control has cleared the clipboard.
Clearing staticFires when a DevExpress UI control attempts to clear the clipboard and allows you to allow (or cancel) the operation.
Copied staticFires after the user has copied data displayed in a DevExpress control to the clipboard.
Copying staticFires when the user attempts to copy data displayed in a DevExpress control to the clipboard and allows you to allow (or cancel) the operation.
Failed staticAllows you to respond to associated failures.
Pasted staticFires after the user has pasted data into a DevExpress control from the clipboard.
Pasting staticFires when the user attempts to paste data into a DevExpress control from the clipboard and allows you to allow (or cancel) the operation.

See Also

ClipboardAccessPolicy Class

ClipboardAccessPolicy Members

DevExpress.Data.Utils Namespace