Search
ItemModifyConfirmEventArgs Members
Properties
 


Contains the arguments passed to handlers of the ItemModifying event.

The following tables list the members exposed by the ItemModifyConfirmEventArgs type.

 Public Properties

  Name Description

AllowChangeResource

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

Confirm

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

Item

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

NewEndTime

Gets or sets the new end time of the item.

NewListLane

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

NewStartTime

Gets or sets the new start time of the item.

ResizeEnd

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

ResizeStart

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

Resource

Gets the new resource of the item.

 See Also