Raised when the user is about to delete a schedule item. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public ItemConfirmEventHandler ItemDeleting |
Visual Basic |
---|
Public ItemDeleting As ItemConfirmEventHandler |
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.