Search
CalendarListener.itemCreationCanceled Method
See Also
 






Invoked when an interactive item creation is canceled by the user.

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

 Syntax

Java  Copy Code

void itemCreationCanceled (
    ItemEvent e
)

 Parameters

e

An ItemEvent object.

 Remarks

This method is invoked when the user presses the cancel key (usually Escape) while in-place editing the text of an item currently being created.

 See Also