MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ItemCloned Event
See Also
 





Raised when the user has cloned an item interactively.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
ItemCloning Event