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





Raised when an interactive item creation is canceled by the user.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemCreationCanceled

Visual Basic  Copy Code

Public Event ItemCreationCanceled As EventHandler(Of ItemEventArgs)

 Event Data

ItemCreationCanceled event handlers receive an argument of type ItemEventArgs.

 Remarks

This event is raised when the user presses the ESC button while in-place editing the text of an item currently being created.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace