Search
CalendarListener.recurringItemDeleting Method
See Also
 






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

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

 Syntax

Java  Copy Code

void recurringItemDeleting (
    RecurringItemConfirmEvent e
)

 Parameters

 Remarks

This method can be used to prevent the deletion of recurring items. For non-recurring items, use the itemDeleting method.

 See Also