Search
ItemModifyConfirmEvent Constructor
See Also
 






Initializes a new instance of the ItemModifyConfirmEvent class.

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

 Syntax

Java  Copy Code

public ItemModifyConfirmEvent (
    Object source,
    Item item,
    DateTime newStartTime,
    DateTime newEndTime,
    int newListLane,
    Resource[] resources,
    boolean resizeStart,
    boolean resizeEnd
)

 Parameters

source

The Calendar that raises this event.

item

The Item instance for which the event is raised.

newStartTime

The new start time of the item.

newEndTime

The new end time of the item.

newListLane

Index of the new list lane of the item.

resources

The resources associated with this event.

resizeStart

Indicates whether the item's start is being modified.

resizeEnd

Indicates whether the item's end is being modified.

 See Also