Search
ItemModifyConfirmEvent Methods
 


 Public Methods

  Name Description

getAllowChangeResource

Gets a value indicating whether the item is allowed to change its resources.

getConfirm

Gets a value indicating whether the action related to this event should be confirmed or canceled. (Inherited from ItemConfirmEvent.)

getItem

Gets the item related to the event. (Inherited from ItemEvent.)

getNewEndTime

Gets the new end time of the item.

getNewListLane

Gets the index of the new list lane of the item.

getNewStartTime

Gets the new start time of the item.

getResizeEnd

Gets a value indicating whether the item's end is being modified.

getResizeStart

Gets a value indicating whether the item's start is being modified.

getResource

Gets the new resource of the item. This can be a Contact, Location, Task or Resource depending on the current grouping type. This value can be null, if the item does not change associated resource.

getResources

Gets the new resources of the item.

setAllowChangeResource

Sets a value indicating whether the item is allowed to change its resources.

setConfirm

Sets a value indicating whether the action related to this event should be confirmed or canceled. (Inherited from ItemConfirmEvent.)

setNewEndTime

Sets the new end time of the item.

setNewListLane

Sets the index of the new list lane of the item.

setNewStartTime

Sets the new start time of the item.

 See Also