Search
CalendarListener.itemDeleting Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

void itemDeleting (
    ItemConfirmEvent e
)

 Parameters

e

An ItemConfirmEvent object.

 Remarks

This method can be used to prevent users from deleting specific non-recurring items interactively. The method is invoked once for each element of the item selection. To control the deletion of recurring items, use the recurringItemDeleting method.

 See Also