Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Occurs before a task is deleted. Uses the EventInfo object parameter.
Syntax
expression. ProjectBeforeTaskDelete2( _tsk_, _Info_ )
expression A variable that represents an Application object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| tsk | Required | Task | The task 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 task is not deleted when the procedure is finished. |
Return value
Nothing
Remarks
Project events don't occur when the project is embedded in another document or application.
the ProjectBeforeTaskDelete2 event does not occur when changes have been made using a custom form.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.