Search
CalendarListener.itemInplaceEditEnding Method
See Also
 






Invoked when in-place editing of item's text is about to be accepted.

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

 Syntax

Java  Copy Code

void itemInplaceEditEnding (
    ItemEditConfirmEvent e
)

 Parameters

 Remarks

This event can be used to validate the text entered into a schedule item during the in-place editing mode.

 See Also