Raised when the user is about to clone an item interactively.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public event EventHandler<ItemConfirmEventArgs> ItemCloning |
Visual Basic Copy Code |
---|
Public Event ItemCloning As EventHandler(Of ItemConfirmEventArgs) |
ItemCloning event handlers receive an argument of type ItemConfirmEventArgs.