Search
Calendar.PasteFromClipboard Method ()
See Also
 





Pastes items from the clipboard at the current selection.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void PasteFromClipboard ()

Visual Basic  Copy Code

Public Sub PasteFromClipboard ()

 Remarks

Pastes items from the clipboard into the calendar at the currently selected date and resource. If no date range is selected, the items are added using their original scheduled times; otherwise, they are offset relative to the start of the selection to maintain their relative positions.

The ItemPasting event serves as a validation hook, allowing you to inspect each item before it is added to the schedule and optionally skip specific items by setting the Confirm property to false.

 See Also