Search
ScheduleListener.itemEndTimeChanged Method
See Also
 






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

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

 Syntax

Java  Copy Code

void itemEndTimeChanged (
    ItemTimeEvent e
)

 Parameters

e

An ItemTimeEvent object.

 Remarks

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

 See Also