Search
CalendarListener.itemInplaceEditStarting Method
See Also
 






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

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

 Syntax

Java  Copy Code

void itemInplaceEditStarting (
    ItemConfirmEvent e
)

 Parameters

e

An ItemConfirmEvent object.

 Remarks

This method can be used to prevent users from editing the text of specific schedule items.

 See Also