SchedulerControl.PastingFromClipboard Event
Occurs before copied appointments are pasted from the clipboard to a Scheduler.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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