Skip to main content

DataControlBase.PastingFromClipboard Event

Occurs when some information is pasted from the clipboard to the grid.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public event PastingFromClipboardEventHandler PastingFromClipboard

#Event Data

The PastingFromClipboard event's handler receives an argument of the DevExpress.Xpf.Grid.PastingFromClipboardEventArgs type.

#Remarks

Views provide two events that allow you to manually process clipboard operations.

To learn more, see Clipboard Operations.

See Also