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





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

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

 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

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