Search
Calendar.ItemPasting Event
See Also
 





Raised when an item is about to be pasted from the clipboard.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemPasting

Visual Basic  Copy Code

Public Event ItemPasting As EventHandler(Of ItemConfirmEventArgs)

 See Also