Search
ItemEditConfirmEvent Members
Methods
 


Contains the arguments passed to handlers of the CalendarListener.itemInplaceEditEnding event.

The following tables list the members exposed by the ItemEditConfirmEvent type.

 Public Methods

  Name Description

getConfirm

Gets a value indicating whether the action related to this event should be confirmed or canceled. (Inherited from ItemConfirmEvent.)

getItem

Gets the item related to the event. (Inherited from ItemEvent.)

getNewText

Gets the new text that will be applied to the item if the in-place editing operation is allowed.

setConfirm

Sets a value indicating whether the action related to this event should be confirmed or canceled. (Inherited from ItemConfirmEvent.)

 See Also