Search
ItemEditConfirmEvent Constructor
See Also
 






Initializes a new instance of the ItemEditConfirmEvent class.

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

 Syntax

Java  Copy Code

public ItemEditConfirmEvent (
    Object source,
    Item item,
    String newText
)

 Parameters

source

The Calendar that raises this event.

item

The Item instance for which the event is raised.

newText

The new text that will be applied to the item.

 See Also