Application.ProjectBeforeResourceDelete2 Event
Project Developer Reference |
Occurs before a resource is deleted. Uses the EventInfo object parameter.
Syntax
expression.ProjectBeforeResourceDelete2(res, Info)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
res | Required | Resource | The resource that is being deleted. |
Info | Required | EventInfo | EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, the resource is not deleted. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
The ProjectBeforeResourceDelete2 event doesn't occur when changes have been made using a custom form.
See Also