Pastes items from the clipboard at the specified date and resource.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void pasteFromClipboard ( |
The date.
The resource.
RemarksPastes items from the clipboard at the specified date and associates them with the provided resource. If a date is specified, the items are shifted relative to the clipboard's reference date to preserve their relative timing; if the date is null, items are pasted using their original start and end times.
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