Share via


ProjectDataSet.DependencyDataTable.DependencyRowDeleting Event

Pre-event that occurs before a row is deleted.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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

Project Web Service