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





Raised when the user is about to delete a schedule item.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemDeleting

Visual Basic  Copy Code

Public Event ItemDeleting As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemDeleting event handlers receive an argument of type ItemConfirmEventArgs.

 Remarks

This event can be used to prevent users from deleting specific non-recurring items by pressing DEL. This event is raised once for each element of the item selection. To control the deletion of recurring items, handle the RecurringItemDeleting event.

 See Also

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