Search
ItemConfirmEvent Constructor
See Also
 






Initializes a new instance of the ItemConfirmEvent class.

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

 Syntax

Java  Copy Code

public ItemConfirmEvent (
    Object source,
    Item item
)

 Parameters

source

The Calendar that raises this event.

item

The Item instance for which the event is raised.

 See Also