Search
CalendarListener.itemModifying Method
See Also
 






Invoked when the user moves or resizes a schedule item, which would change the item's scheduled start or end date and time.

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

 Syntax

Java  Copy Code

void itemModifying (
    ItemModifyConfirmEvent e
)

 Parameters

 Remarks

This method can be used to prevent users from modifying an item interactively.

 See Also