Share via


ProjectDataSet.DependencyDataTable.DependencyRowDeleting Event

The pre-event that occurs before the row is deleted.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Event DependencyRowDeleting As ProjectDataSet.DependencyRowChangeEventHandler
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim handler As ProjectDataSet.DependencyRowChangeEventHandler

AddHandler instance.DependencyRowDeleting, handler
public event ProjectDataSet.DependencyRowChangeEventHandler DependencyRowDeleting

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service