Search
ItemEvent Constructor
See Also
 






Initializes a new instance of the ItemEvent class.

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

 Syntax

Java  Copy Code

public ItemEvent (
    Object source,
    Item item
)

 Parameters

source

The Schedule that raises this event.

item

The Item instance for which the event is raised.

 See Also