Search
ItemTimeEvent Constructor
See Also
 






Initializes a new instance of the ItemTimeEvent class.

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

 Syntax

Java  Copy Code

public ItemTimeEvent (
    Object source,
    Item item,
    DateTime time
)

 Parameters

source

The Schedule that raises this event.

item

The Item instance for which the event is raised.

time

The old value of the property that has been changed.

 See Also