ProjectBeforeAssignmentDelete Event

Occurs before an assignment is removed or replaced.

Syntax

Private Sub object**_ProjectBeforeAssignmentDelete(ByVal** asg As MSProject.Assignment, Cancel As Boolean)

object     An object of type Application declared with events in a class module. For more information, see Using events with the Application object.

asg     The assignment that is being removed.

Cancel     False when the event occurs. If the event procedure sets this argument to True, the assignment is not removed. If the assignment is being removed because the associated resource has been deleted, Cancel is ignored.

Remarks

The ProjectBeforeAssignmentDelete event also fires when assigning a resource to a task with no resource assignments, because an "Unassigned Resource" assignment is removed before the new assignment is created.

Project events do not occur when the project is embedded in another document or application.

The ProjectBeforeAssignmentDelete event doesn't occur when an assignment is deleted as the result of a drag-and-drop operation in the Resource Usage view, or when changes have been made using a custom form.

Applies to | Application Object

See Also | ProjectBeforeAssignmentChange Event | ProjectBeforeAssignmentDelete2 Event | ProjectBeforeAssignmentNew Event | ProjectBeforeResourceDelete Event | ProjectBeforeTaskDelete Event