Search
Calendar.CutToClipboard Method
See Also
 





Cuts the currently selected items to the clipboard.

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

 Syntax

C#  Copy Code

public void CutToClipboard ()

Visual Basic  Copy Code

Public Sub CutToClipboard ()

 Remarks

Copies the currently selected items to the system clipboard and removes them from the schedule. Item removal is wrapped in a CompositeCommand to ensure it can be undone or redone as a single action.

 See Also