Skip to main content

SchedulerControl.PastingFromClipboard Event

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

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