Search
Calendar.ItemCloning Event
See Also
 





Raised when the user is about to clone an item interactively.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemCloning

Visual Basic  Copy Code

Public Event ItemCloning As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemCloning event handlers receive an argument of type ItemConfirmEventArgs.

 See Also