Raised when an interactive item creation is canceled by the user.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public event EventHandler<ItemEventArgs> ItemCreationCanceled |
Visual Basic Copy Code |
---|
Public Event ItemCreationCanceled As EventHandler(Of ItemEventArgs) |
ItemCreationCanceled event handlers receive an argument of type ItemEventArgs.
This event is raised when the user presses the ESC button while in-place editing the text of an item currently being created.