Skip to main content
A newer version of this page is available. .

DataViewBase.PastingFromClipboard Event

OBSOLETE

Use the DataControlBase.PastingFromClipboard event

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Obsolete("Use the DataControlBase.PastingFromClipboard event")]
[Browsable(false)]
public event PastingFromClipboardEventHandler PastingFromClipboard

Event Data

The PastingFromClipboard event's data class is DevExpress.Xpf.Grid.PastingFromClipboardEventArgs.

Remarks

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

To learn more, see Clipboard Management.

See Also