Search
ScheduleListener.itemStartTimeChanged Method
See Also
 






Raised when the Item.getStartTime of an item in this Schedule has changed.

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

 Syntax

Java  Copy Code

void itemStartTimeChanged (
    ItemTimeEvent e
)

 Parameters

e

An ItemTimeEvent object.

 Remarks

The ItemTimeEvent.getTime property provides the previous Item.getStartTime value of the item.

 See Also