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

SchedulerControl.PastingFromClipboard Event

Occurs before copied appointments are pasted from the clipboard to a Scheduler.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public event SchedulerPastingFromClipboardEventHandler PastingFromClipboard

Event Data

The PastingFromClipboard event's data class is DevExpress.Xpf.Scheduling.SchedulerPastingFromClipboardEventArgs.

Remarks

To implement custom pasting, set the event’s Cancel property to true and manually retrieve the data from the clipboard. Refer to the Clipboard Class topin in MSDN for more information. Another approach is to redefine the PasteFromClipboardCommand.

See Also