Back to Devexpress

SchedulerControl.PastingFromClipboard Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-17787f8a.md

latest1.5 KB
Original Source

SchedulerControl.PastingFromClipboard Event

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event SchedulerPastingFromClipboardEventHandler PastingFromClipboard
vb
Public Event PastingFromClipboard As SchedulerPastingFromClipboardEventHandler

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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace