Raised when the user is about to delete a schedule item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemConfirmEventArgs> ItemDeleting |
Visual Basic Copy Code |
---|
Public Event ItemDeleting As EventHandler(Of ItemConfirmEventArgs) |
ItemDeleting event handlers receive an argument of type ItemConfirmEventArgs.
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.