Search
Calendar.ItemCloned Event
See Also
 





Raised when the user has cloned an item interactively.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemCloned

Visual Basic  Copy Code

Public Event ItemCloned As EventHandler(Of ItemEventArgs)

 Event Data

ItemCloned event handlers receive an argument of type ItemEventArgs.

 See Also