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